summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoretienne2010-06-08 09:47:29 +0000
committeretienne2010-06-08 09:47:29 +0000
commita6b005aefa5abbe466fbd5975593fd1f030785c0 (patch)
treec214d74596c3fc55105e1cd134f89827c3b8ff38
parent7b151c02b44090fa9bad0e04b878962bde98c6a2 (diff)
Cleaner management of settings.py
-rw-r--r--docs/INSTALL.t2t2
-rw-r--r--papillon/settings.py.tpl (renamed from papillon/settings.py)0
2 files changed, 1 insertions, 1 deletions
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
diff --git a/papillon/settings.py b/papillon/settings.py.tpl
index 1307e24..1307e24 100644
--- a/papillon/settings.py
+++ b/papillon/settings.py.tpl