diff options
Diffstat (limited to 'chimere/settings.sample.py')
| -rw-r--r-- | chimere/settings.sample.py | 5 |
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"] |
