Skip to content

Django project template with many basic useful features

Notifications You must be signed in to change notification settings

Z-Tool/django-tmpl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

djangp-tmpl

Dependency

  • 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

Features

  • logging
  • celery
  • django-environ
  • django-debug-toolbar
  • django-extension
  • django-compressor
  • django-anymail(MailGun) with async function
  • django-allauth(Email verify/login)
  • django-rest-framework with jwt
  • django class based views(APIView with pagination feature)
  • different settings for different environment
  • different requirements for different environment
  • MySQL support for each environment and sqlit3 for develop environment
  • docker & docker-compose for development, test and production environment
  • full user features with basic and rest

About

Django project template with many basic useful features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.5%
  • HTML 3.3%
  • Other 0.2%