Skip to content

flashingpumpkin/django-project-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-project-template

Django project template pulling settings from the environment. Requires dj-database-url.

Examples:

DEBUG=True python manage.py runserver
DEBUG=False python manage.py runserver
DEBUG=False DATABASE_URL=postgres://user:password@host:port/database python manage.py runserver
DEBUG=True STATIC_ROOT=/var/www python manage.py runserver

About

Django project template pulling settings from the environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%