Add MAPQUEST_KEY setting
This commit is contained in:
parent
d593000630
commit
cfb7eb8a44
2 changed files with 4 additions and 0 deletions
|
@ -149,6 +149,7 @@ MAP_SHORT_URL_NAME = "umap_short_url"
|
||||||
UMAP_USE_UNACCENT = False
|
UMAP_USE_UNACCENT = False
|
||||||
UMAP_FEEDBACK_LINK = "http://wiki.openstreetmap.org/wiki/UMap#Feedback_and_help" # noqa
|
UMAP_FEEDBACK_LINK = "http://wiki.openstreetmap.org/wiki/UMap#Feedback_and_help" # noqa
|
||||||
USER_MAPS_URL = 'user_maps'
|
USER_MAPS_URL = 'user_maps'
|
||||||
|
MAPQUEST_KEY = 'set me'
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# Third party app settings
|
# Third party app settings
|
||||||
|
|
|
@ -87,3 +87,6 @@ STATIC_ROOT = '/home/umap/.virtualenvs/umap/var/static'
|
||||||
|
|
||||||
# For users' statics (geojson mainly)
|
# For users' statics (geojson mainly)
|
||||||
MEDIA_ROOT = '/home/umap/.virtualenvs/umap/var/uploads'
|
MEDIA_ROOT = '/home/umap/.virtualenvs/umap/var/uploads'
|
||||||
|
|
||||||
|
# MapQuest API key
|
||||||
|
MAPQUEST_KEY = ''
|
||||||
|
|
Loading…
Reference in a new issue