From 96fc8254ae757fbed4694a174592ef4b58a87bd1 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Thu, 6 Mar 2014 16:20:14 +0100 Subject: [PATCH] Add SESQL_CONFIG_PATH in local_settings.py.sample (fix #37) --- umap/settings/local.py.sample | 1 + 1 file changed, 1 insertion(+) diff --git a/umap/settings/local.py.sample b/umap/settings/local.py.sample index 43cbe00b..25e26a6b 100644 --- a/umap/settings/local.py.sample +++ b/umap/settings/local.py.sample @@ -69,3 +69,4 @@ OSM_CONSUMER_SECRET = 'xxx' UMAP_DEMO_PK = 34 # Pk of a Map instance LEAFLET_STORAGE_ALLOW_ANONYMOUS = True UMAP_DEMO_SITE = False +SESQL_CONFIG_PATH = "umap.sesql_config"