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
Hello, I am getting an error, when i use the library:
line 10, in
from django.conf.settings import GOOGLE_MAPS_API_KEY
ModuleNotFoundError: No module named 'django.conf.settings'
also if I delete .settings after django.conf, I get another error like this:
ImportError: cannot import name 'GOOGLE_MAPS_API_KEY' from 'django.conf',
what should I do?
The text was updated successfully, but these errors were encountered:
Hello, I am getting an error, when i use the library:
line 10, in
from django.conf.settings import GOOGLE_MAPS_API_KEY
ModuleNotFoundError: No module named 'django.conf.settings'
also if I delete .settings after django.conf, I get another error like this:
ImportError: cannot import name 'GOOGLE_MAPS_API_KEY' from 'django.conf',
what should I do?
The text was updated successfully, but these errors were encountered: