You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running Django from the dev server, the jquery works in the Django admin and does the lookup seemingly correctly. "Powered by Google" and everything. But.... when I run it from behind Apache with WSGI, I get "Google Maps API error: MissingKeyMapError" and the lookup never happens. I did collectstatic. What else could I be doing wrong?
The text was updated successfully, but these errors were encountered:
When running Django from the dev server, the jquery works in the Django admin and does the lookup seemingly correctly. "Powered by Google" and everything. But.... when I run it from behind Apache with WSGI, I get "Google Maps API error: MissingKeyMapError" and the lookup never happens. I did collectstatic. What else could I be doing wrong?
The text was updated successfully, but these errors were encountered: