- python2.7/3
- django==1.11.4
PROJECT_NAME=project
django-admin.py startproject --template=https://github.com/jarrekk/django-tmpl/archive/master.zip --extension=example,py,ini $PROJECT_NAME
cd $PROJECT_NAME/application
cp env.example .env
- django-extension
- django-environ
- django-debug-toolbar
- django-compressor
- django-htmlmin
- django-allauth(Email verify/login)
- django-anymail(MailGun) with async function
- logging
- customized user model
- different settings for different environment
- different requirements for different environment
- Postgres support for each environment
- docker & docker-compose for development, test and production environment
- django-rest-framework with jwt
- django-rest-swagger at development & test environment
- celery
- django class based views(Generics views)
- full user features with basic views and rest API views