Add SESQL_CONFIG_PATH in local_settings.py.sample (fix #37)

This commit is contained in:
Yohan Boniface 2014-03-06 16:20:14 +01:00
parent 7c268d3363
commit 96fc8254ae

View file

@ -69,3 +69,4 @@ OSM_CONSUMER_SECRET = 'xxx'
UMAP_DEMO_PK = 34 # Pk of a Map instance UMAP_DEMO_PK = 34 # Pk of a Map instance
LEAFLET_STORAGE_ALLOW_ANONYMOUS = True LEAFLET_STORAGE_ALLOW_ANONYMOUS = True
UMAP_DEMO_SITE = False UMAP_DEMO_SITE = False
SESQL_CONFIG_PATH = "umap.sesql_config"