An open API service indexing awesome lists of open source software.

https://github.com/zero1max/django-mail-app

A simple Django application for sending emails with an intuitive web interface.
https://github.com/zero1max/django-mail-app

django python sqlite3

Last synced: 26 days ago
JSON representation

A simple Django application for sending emails with an intuitive web interface.

Awesome Lists containing this project

README

          

# Django-Mail-App
A simple Django application for sending emails with an intuitive web interface.

image.png

First

Create virtual environment:


python -m venv venv

Second

Activate virtual environment:


venv\Scripts\activate

Third

Install requirements.txt:


pip install -r requirements.txt

Fourth

Enter barber folder:


cd barber

Fifth

Makemigrations:


python manage.py makemigrations

Sixth

Migrate database:


python manage.py migrate

Seventh

Create superuser:


python manage.py createsuperuser

Eighth

Run development server:


python manage.py runserver

Now you can access the website on http://127.0.0.1:8000/

If you need help, you can get help from this site!