Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 453 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 453 Bytes

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