summaryrefslogtreecommitdiff
path: root/chimere/settings.sample.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2013-10-25 17:21:39 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2013-10-25 17:21:39 +0200
commit50bc9b6a7f647148e972d5d0d05cdc3296aca3a4 (patch)
tree676a0bf483fb5c250f4c2aac9ada93fa8a5fa07b /chimere/settings.sample.py
parent609884d3c644b3c2f5cabef5a92ddd9f63ba8d16 (diff)
downloadChimère-50bc9b6a7f647148e972d5d0d05cdc3296aca3a4.tar.bz2
Chimère-50bc9b6a7f647148e972d5d0d05cdc3296aca3a4.zip
Fix typo in settings - fix mobile files import
Diffstat (limited to 'chimere/settings.sample.py')
-rw-r--r--chimere/settings.sample.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/chimere/settings.sample.py b/chimere/settings.sample.py
index 16de0f1..9afa90f 100644
--- a/chimere/settings.sample.py
+++ b/chimere/settings.sample.py
@@ -227,7 +227,6 @@ INSTALLED_APPS += [
'chimere',
]
-LOG_PATH = '/var/log/django/'
MOBILE_DOMAINS = [] # if you have specific domains for mobile access
LOGFILENAME = '/var/log/django/chimere.log'
@@ -300,7 +299,7 @@ if 'OSM_JS_URLS' not in globals():
STATIC_URL + "openlayers/SimplePanZoom.js",
"http://www.openstreetmap.org/openlayers/OpenStreetMap.js"]
if 'OSM_MOBILE_JS_URLS' not in globals():
- global OSM_MOBILE_URLS
- OSM_JS_MOBILE_URLS = [STATIC_URL + "openlayers/OpenLayers.mobile.js",
+ global OSM_MOBILE_JS_URLS
+ OSM_MOBILE_JS_URLS = [STATIC_URL + "openlayers/OpenLayers.mobile.js",
STATIC_URL + "openlayers/SimplePanZoom.js",
"http://www.openstreetmap.org/openlayers/OpenStreetMap.js"]