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
We've installed the backend as described and I'm getting the error mentioned below. pyodbc is installed and I've added django_hana_odbc in the installed applicatoins in settings.py. Please advise. thanks:
django.core.exceptions.ImproperlyConfigured: 'django_hana_odbc' isn't an available database backend.
Try using 'django.db.backends.XXX', where XXX is one of:
'mysql', 'oracle', 'postgresql', 'sqlite3'
Error was: cannot import name BaseDatabaseOperations
The text was updated successfully, but these errors were encountered:
We've installed the backend as described and I'm getting the error mentioned below. pyodbc is installed and I've added django_hana_odbc in the installed applicatoins in settings.py. Please advise. thanks:
The text was updated successfully, but these errors were encountered: