From caf2a8c9f82f3df650973aaeaf34b078ae80e0bd Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 21 Feb 2012 00:07:11 +0100 Subject: Many changes on templates and styles --- example_project/settings.py.example | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'example_project/settings.py.example') diff --git a/example_project/settings.py.example b/example_project/settings.py.example index f7fe697..2956e2b 100644 --- a/example_project/settings.py.example +++ b/example_project/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 -- cgit v1.2.3