The project is based on Django. Head over to the Wiki if you are new to web development for learning resources.
- Production-ready configuration for Static Files, Database Settings, Gunicorn, etc.
- Enhancements to Django's static file serving functionality via WhiteNoise.
- Latest Python 3.6 runtime environment.
To use this project, follow these steps:
- Create your working environment.
- Install Django (
$ pip install django) - Create a new project using this template
Before contributing, please checkout our contribution guideline.