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.
- Host: GitHub
- URL: https://github.com/zero1max/django-mail-app
- Owner: zero1max
- Created: 2025-01-22T05:24:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-22T05:31:50.000Z (over 1 year ago)
- Last Synced: 2025-12-01T03:53:05.204Z (6 months ago)
- Topics: django, python, sqlite3
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django-Mail-App
A simple Django application for sending emails with an intuitive web interface.

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!