This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Benjamin Dauvergne 4a16261ded Modifie le nom du projet dans le titre du template base.html 2015-03-06 00:30:36 +01:00
debian Supprime la sous-commande manage du script d'init 2015-03-05 23:37:57 +01:00
project_name Corrige l'utilisation d'ATOMIC_REQUESTS 2015-03-06 00:06:56 +01:00
AUTHORS.txt First commit 2015-02-11 16:05:34 +01:00
COPYING First commit 2015-02-11 16:05:34 +01:00
MANIFEST.in First commit 2015-02-11 16:05:34 +01:00
README First commit 2015-02-11 16:05:34 +01:00
adapt.sh Modifie le nom du projet dans le titre du template base.html 2015-03-06 00:30:36 +01:00
manage.py First commit 2015-02-11 16:05:34 +01:00
setup.py Ajouter django>=1.7 à install_requires 2015-03-05 23:05:13 +01:00

README

Project Name
============

To start do:

    ./manage.py migrate
    ./manage.py runserver

To use your own settings make the LOCAL_SETTINGS environment variable point to
a settings file that will be executed in the context of the project settings
module, at its end.

Settings
========

 FIXME