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
ine 211, in getitem
backend = load_backend(db['ENGINE'])
File "/home/rafa/.virtualenvs/djangosecure3/lib/python3.5/site-packages/django/db/utils.py", line 134, in load_backend
raise ImproperlyConfigured(error_msg)
django.core.exceptions.ImproperlyConfigured: b'django.db.backends.sqlite3' isn't an available database backend.
Try using 'django.db.backends.XXX', where XXX is one of:
'mysql', 'oracle', 'postgresql', 'sqlite3'
Error was: No module named "b'django"
The text was updated successfully, but these errors were encountered:
ine 211, in getitem
backend = load_backend(db['ENGINE'])
File "/home/rafa/.virtualenvs/djangosecure3/lib/python3.5/site-packages/django/db/utils.py", line 134, in load_backend
raise ImproperlyConfigured(error_msg)
django.core.exceptions.ImproperlyConfigured: b'django.db.backends.sqlite3' isn't an available database backend.
Try using 'django.db.backends.XXX', where XXX is one of:
'mysql', 'oracle', 'postgresql', 'sqlite3'
Error was: No module named "b'django"
The text was updated successfully, but these errors were encountered: