django-admin.py startproject {{ project_name }} --template=https://github.com/auf/auf_skeleton_django/archive/master.zip --name=django --name=django.wsgi --name=deploy --name=README.rst
+chmod +x {{ project_name }}/bin/*
+
Configuration du projet
-----------------------
bin/deploy development
+source .virtualenv/bin/activate
+
bin/django runserver --settings={{ project_name }}.settings.development