From 1822efaf48abf49c0cd9e0e0aae675057ae2980a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 18 Mar 2012 17:45:26 +0100 Subject: Manage versions on OSM import --- settings.py.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'settings.py.example') diff --git a/settings.py.example b/settings.py.example index a42a1be..dc49768 100644 --- a/settings.py.example +++ b/settings.py.example @@ -69,6 +69,9 @@ CHIMERE_DEFAULT_CATEGORIES = [1] CHIMERE_MAP_LAYER = "new OpenLayers.Layer.OSM.Mapnik('Mapnik')" # OSM mapnik map CHIMERE_XAPI_URL = 'http://open.mapquestapi.com/xapi/api/0.6/' +CHIMERE_OSM_API_URL = 'api06.dev.openstreetmap.org' # test URL +CHIMERE_OSM_USER = 'test' +CHIMERE_OSM_PASSWORD = 'test' DEBUG = True TEMPLATE_DEBUG = DEBUG -- cgit v1.2.3