mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-23 06:49:37 +02:00
Add Google Maps API integration for geocoding and reverse geocoding functionality
This commit is contained in:
parent
042d034594
commit
68ba3c4b4d
5 changed files with 183 additions and 40 deletions
|
@ -314,3 +314,5 @@ LOGGING = {
|
|||
|
||||
# https://github.com/dr5hn/countries-states-cities-database/tags
|
||||
COUNTRY_REGION_JSON_VERSION = 'v2.6'
|
||||
|
||||
GOOGLE_MAPS_API_KEY = getenv('GOOGLE_MAPS_API_KEY', '')
|
Loading…
Add table
Add a link
Reference in a new issue