-
Notifications
You must be signed in to change notification settings - Fork 8
Django 1.4
Dan Loewenherz edited this page Feb 22, 2013
·
2 revisions
Includes a requirements.txt with libraries that promote Django best practices, such as:
- South, for database migrations.
- Django storages, for support with many file storage backends.
- Fabric, for easy deployments.
- Django Devserver, for a great replacement to the built in Django runserver command.
- Django Debug Toolbar, for an easy to use toolbar with fantastic profiling information.
- Statictastic, for an easy way to sync static media to your storage backends.
Included is a Fabric file that assumes you use your SSH configuration file to manage your SSH keys.
Baked in gunicorn, nginx, and supervisor configurations.
To start a new Django project called project_name
, run the following.
django-admin.py startproject -e md,ngx,ini,conf --template=https://github.com/aurorasoftware/django-template/archive/django-1.4.zip project_name