This repository is preconfigured django project with following features:
- Custom user model with
email
as default username field. - Database server configuration.
- Email server configuration.
- Environment variables are managed using
.env
file.
Copy
sample_dot_env
to.env
and change the values
pip install -r requirements.txt
python manage.py test
python manage.py runserver
python manage.py makemigrations
python manage.py migrate
This project uses python-decouple-3.6 for configuration (environment variable) management.