-Démarrage d'un nouveau projet
-=============================
+auf.skeleton.django
+===================
-* django-admin.py startproject {{ project_name }} --template=<url du squelette> --name=django --name=django.wsgi --name=deploy
+Squelette de projet Django (1.4.5) pour les projets Web de l'AUF.
-* (optionnel) configurer les versions de PYTHON au besoin dans :
- ./bin/deploy
- ./bin/django.wsgi
-* git init
+Demarrage d'un nouveau projet
+-----------------------------
-* git add .
+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
-* git commit -m 'nouveau projet'
-
-* git config add remote.origin.url <url du dépôt git>
-
-* git push origin master
+chmod +x {{ project_name }}/bin/*
Configuration du projet
-=======================
+-----------------------
+
+La configuration secrete se trouve dans le fichier:
-La configuration secrète se trouve dans le fichier:
+conf.py
-{{ project_name }}/settings/local_settings.py
+Deploiement du projet
+---------------------
-Déploiement du projet
-=====================
+bin/deploy
-* bin/deploy
+Developpement du projet
+-----------------------
-Développement du projet
-=======================
+bin/deploy development
-* bin/deploy development
+source .virtualenv/bin/activate
-* bin/django runserver --settings={{ project_name }}.settings.development
+bin/django runserver --settings={{ project_name }}.settings.development