Add MAPQUEST_KEY setting

This commit is contained in:
Yohan Boniface 2015-10-06 12:19:02 +02:00
parent d593000630
commit cfb7eb8a44
2 changed files with 4 additions and 0 deletions

View file

@ -149,6 +149,7 @@ MAP_SHORT_URL_NAME = "umap_short_url"
UMAP_USE_UNACCENT = False
UMAP_FEEDBACK_LINK = "http://wiki.openstreetmap.org/wiki/UMap#Feedback_and_help" # noqa
USER_MAPS_URL = 'user_maps'
MAPQUEST_KEY = 'set me'
# =============================================================================
# Third party app settings

View file

@ -87,3 +87,6 @@ STATIC_ROOT = '/home/umap/.virtualenvs/umap/var/static'
# For users' statics (geojson mainly)
MEDIA_ROOT = '/home/umap/.virtualenvs/umap/var/uploads'
# MapQuest API key
MAPQUEST_KEY = ''