From a6b005aefa5abbe466fbd5975593fd1f030785c0 Mon Sep 17 00:00:00 2001 From: etienne Date: Tue, 8 Jun 2010 09:47:29 +0000 Subject: Cleaner management of settings.py --- docs/INSTALL.t2t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/INSTALL.t2t b/docs/INSTALL.t2t index d5a828a..019717e 100644 --- a/docs/INSTALL.t2t +++ b/docs/INSTALL.t2t @@ -40,7 +40,7 @@ cd /var/local/django/papillon sudo chown -R etienne:www-data papillon ``` -Modify the file settings.py and initialize variables ROOT_PATH, SERVER_URL and EXTRA_URL depending on your configuration: +Copy settings.py.tpl to settings.py and modify settings.py by initializing at least the variables ROOT_PATH, SERVER_URL and EXTRA_URL depending on your configuration: ``` cd papillon -- cgit v1.2.3