This repository is preconfigured django project with following features:
- Custom user model with
emailas default username field. - Database server configuration.
- Email server configuration.
- Environment variables are managed using
.envfile.
Copy
sample_dot_envto.envand change the values
pip install -r requirements.txtpython manage.py testpython manage.py runserverpython manage.py makemigrations
python manage.py migrateThis project uses python-decouple-3.6 for configuration (environment variable) management.