From 43e49bad514d78ae4318b51bdce40b43a4223922 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 11 Nov 2010 14:56:37 +0100 Subject: Change the settings.py provided to settings.py.example --- docs/en/INSTALL.t2t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') 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' -- cgit v1.2.3