From 50bc9b6a7f647148e972d5d0d05cdc3296aca3a4 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 25 Oct 2013 17:21:39 +0200 Subject: Fix typo in settings - fix mobile files import --- chimere/settings.sample.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'chimere/settings.sample.py') 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"] -- cgit v1.2.3