diff options
-rw-r--r-- | chimere/.gitignore | 1 | ||||
-rw-r--r-- | chimere/settings.py.example (renamed from chimere/settings.py) | 0 | ||||
-rw-r--r-- | docs/en/INSTALL.t2t | 4 |
3 files changed, 4 insertions, 1 deletions
diff --git a/chimere/.gitignore b/chimere/.gitignore new file mode 100644 index 0000000..fce19e4 --- /dev/null +++ b/chimere/.gitignore @@ -0,0 +1 @@ +settings.py diff --git a/chimere/settings.py b/chimere/settings.py.example index a87394b..a87394b 100644 --- a/chimere/settings.py +++ b/chimere/settings.py.example diff --git a/docs/en/INSTALL.t2t b/docs/en/INSTALL.t2t index ee8d4a3..01ddd9a 100644 --- a/docs/en/INSTALL.t2t +++ b/docs/en/INSTALL.t2t @@ -70,10 +70,12 @@ sudo tar xvjf /home/etienne/chimere-last.tar.bz2 sudo chown -R etienne:www-data chimere ``` -In your chimere application directory modify settings.py to fit to your configuration: +In your chimere application directory create settings.py to fit to your configuration. +A base template is provided (settings.py.example): ``` cd chimere/chimere/ +cp settings.py.example settings.py vim settings.py #### PROJECT_NAME = u'Chimère' |