app-generator / django-datta-able-pro

Django Dashboard - Datta Able PRO | AppSeed
https://appseed.us/product/datta-able-pro/django/
Other
3 stars 2 forks source link

Load G.MAPS API key from ENV #9

Closed app-generator closed 9 months ago

app-generator commented 9 months ago

If the .env file provides GOOGLE_MAP_API_KEY the route /maps/google-maps/ will render real data.

Note: The JS Browser exceptions also need to be fixed.

image



image

app-generator commented 9 months ago

Once the API_KEY is provided in ENV, here is the new ENV:

http://127.0.0.1:8000/maps/google-maps/

image

TY @mahfujul-helios for the fix.