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 b3af03a61e Supprime la sous-commande manage du script d'init 2015-03-05 23:37:57 +01:00
debian Supprime la sous-commande manage du script d'init 2015-03-05 23:37:57 +01:00
project_name First commit 2015-02-11 16:05:34 +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 Make adapt.sh initialize a debian branch 2015-02-13 14:53: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