summaryrefslogtreecommitdiff
path: root/settings.py.example
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2012-02-21 00:07:11 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2012-02-21 00:07:11 +0100
commite5184262b19dbbbe2f54f7b142998fe56185eefa (patch)
treef763dea11bc4f0de604f95c7ac81133788b05c1a /settings.py.example
parent3be078f3009751ed49dc2fcfbba1895bd4c46054 (diff)
downloadChimère-e5184262b19dbbbe2f54f7b142998fe56185eefa.tar.bz2
Chimère-e5184262b19dbbbe2f54f7b142998fe56185eefa.zip
Many changes on templates and styles
Diffstat (limited to 'settings.py.example')
-rw-r--r--settings.py.example10
1 files changed, 9 insertions, 1 deletions
diff --git a/settings.py.example b/settings.py.example
index f7fe697..2956e2b 100644
--- a/settings.py.example
+++ b/settings.py.example
@@ -13,7 +13,15 @@ EMAIL_HOST = 'localhost'
STATIC_URL = '/static/'
TINYMCE_URL = '/tinymce/'
-JQUERY_URL = '/javascript/jquery/jquery.js'
+JQUERY_JS_URLS = ('/javascript/jquery/jquery.js',
+ '/javascript/jquery-ui/jquery-ui.js',)
+JQUERY_CSS_URLS = ('/javascript/jquery-ui/css/smoothness/jquery-ui.css',
+ '/javascript/jquery-ui-themes/base/jquery.ui.all.css')
+
+OSM_CSS_URLS = ["http://www.openlayers.org/api/theme/default/style.css"]
+OSM_JS_URLS = [STATIC_URL + "chimere/js/OpenLayers.js",
+ "http://www.openstreetmap.org/openlayers/OpenStreetMap.js"]
+
GPSBABEL = '/usr/bin/gpsbabel'
GPSBABEL_OPTIONS = 'simplify,crosstrack,error=0.005k' # simplify with an
# error of 5 meters