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
Hi, I am trying to use Sqlcipher in Django. I already added sqlcipher in INSTALLED_APPS . Now, I am having problem to set database engine to sqlcipher.backend . Previously it was,
'ENGINE': 'django.db.backends.sqlite3'
I changed it to,
'ENGINE': 'sqlcipher.backend'
Error is showing,
Error was: No module named backend.base
I installed it using, pip install git+http://github.com/codasus/django-sqlcipher#egg=sqlcipher
Probably, I am missing something. Please help me out. Thanks.
The text was updated successfully, but these errors were encountered:
Hi, I am trying to use Sqlcipher in Django. I already added sqlcipher in INSTALLED_APPS . Now, I am having problem to set database engine to sqlcipher.backend . Previously it was,
'ENGINE': 'django.db.backends.sqlite3'
I changed it to,
'ENGINE': 'sqlcipher.backend'
Error is showing,
Error was: No module named backend.base
I installed it using,
pip install git+http://github.com/codasus/django-sqlcipher#egg=sqlcipher
Probably, I am missing something. Please help me out. Thanks.
The text was updated successfully, but these errors were encountered: