summaryrefslogtreecommitdiff
path: root/install/local_settings.py.sample
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-04-18 17:25:40 +0200
committerÉtienne Loks <etienne.loks@proxience.com>2015-04-18 17:28:31 +0200
commitdfe3efa056f0d45ed49fedf154689c755d9b0465 (patch)
treed1bf16bb9ad133354a23301738993f765653f83f /install/local_settings.py.sample
parentf57f79d40b9a6c8cc1333165ee11a341c78be181 (diff)
downloadIshtar-dfe3efa056f0d45ed49fedf154689c755d9b0465.tar.bz2
Ishtar-dfe3efa056f0d45ed49fedf154689c755d9b0465.zip
Update installation script
Conflicts: install/install.sh
Diffstat (limited to 'install/local_settings.py.sample')
-rw-r--r--install/local_settings.py.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/local_settings.py.sample b/install/local_settings.py.sample
index db40fe7bf..cbee9fa85 100644
--- a/install/local_settings.py.sample
+++ b/install/local_settings.py.sample
@@ -7,10 +7,10 @@ TEMPLATE_DEBUG = DEBUG
SQL_DEBUG = False
APP_NAME = u"#PROJECT_NAME#"
-ROOT_URLCONF = '#SHORT_NAME#.urls'
+ROOT_URLCONF = '#APP_NAME#.urls'
STATIC_URL = '/static-#DATE#/'
SECRET_KEY = "#SECRET_KEY#"
-LOGFILE = "/var/log/django/ishtar-#SHORT_NAME#.log"
+LOGFILE = "/var/log/django/ishtar-#APP_NAME#.log"
MEDIA_ROOT = "#APP_DIR#/media/"