This is a template of the Django template that I usually use in my projects.
- Django 2.2+
- Uses .env file as configuration by django-env
- Development and etc. settings with django-configurations
- Abstact from database via dj-database-url
$ mv .env.template .env
$ pip install -r requirements.txt
Do as you wish.