From 5bccbd0836627310343918e750029837836c465b Mon Sep 17 00:00:00 2001 From: Disassembler Date: Mon, 18 Sep 2017 23:43:23 +0200 Subject: [PATCH] Add Pandora Google Maps API key, closes #12 --- pandora/srv/pandora/pandora/local_settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pandora/srv/pandora/pandora/local_settings.py b/pandora/srv/pandora/pandora/local_settings.py index 514542c..9d8957e 100644 --- a/pandora/srv/pandora/pandora/local_settings.py +++ b/pandora/srv/pandora/pandora/local_settings.py @@ -10,6 +10,8 @@ BROKER_URL = '${PANDORA_BROKER_URL}' DB_GIN_TRGM = True XACCELREDIRECT = True +GOOGLE_API_KEY = 'AIzaSyBvIF3D550tlpL6o1xRrDurGo-81VhHlOw' + DEBUG = False TEMPLATE_DEBUG = DEBUG JSON_DEBUG = False