Django 1.7+ 项目模板
jopen
10年前
一个简单的Django1.7+项目模板。
特性
- Django 1.7.1
- Development, Staging and Production settings with django-configurations.
- Get value insight and debug information while on Development with django-debug-toolbar.
- Load environment variables from
.env
with django-dotenv. - Collection of custom extensions with django-extensions.
- HTTPS and other security related settings on Staging and Production with django-secure.
- Procfile for running gunicorn with New Relic's Python agent.
- PostgreSQL database support with psycopg2.