-
-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
django.core.exceptions.ImproperlyConfigured: 'djongo' isn't an available database backend or couldn't be imported. Check the above exception. #681
Comments
I'm getting the same error, did you resolve this problem? |
I had this error too, it seems like Djongo is not supported with Django>=4.2
|
I also got this problem. You have to add 'djongo' into INSTALLED APPS in settings.py |
Still getting the same error after adding djongo to the apps |
When installing "pytz" package, the issue is resolved |
This works for me to get around the error:
|
I am getting this error while I run the command python manage,py migrate while connecting to mongodb database using djongo django.core.exceptions.ImproperlyConfigured: 'djongo' isn't an available database backend or couldn't be imported. Check the above exception. To use one of the built-in backends, use 'django.db.backends.XXX', where XXX is one of:
'mysql', 'oracle', 'postgresql', 'sqlite3 I have verified my environment is active and djongo is in the list of installed apps
The text was updated successfully, but these errors were encountered: