diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/INSTALL.t2t | 4 |
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' |