diff options
-rw-r--r-- | docs/INSTALL.t2t | 2 | ||||
-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 |