summaryrefslogtreecommitdiff
path: root/docs/en/INSTALL.t2t
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/INSTALL.t2t')
-rw-r--r--docs/en/INSTALL.t2t4
1 files changed, 3 insertions, 1 deletions
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'