Skip to content
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

Set database engine to sqlcipher.backend in Django #6

Open
abhijitio opened this issue Aug 14, 2017 · 1 comment
Open

Set database engine to sqlcipher.backend in Django #6

abhijitio opened this issue Aug 14, 2017 · 1 comment

Comments

@abhijitio
Copy link

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.

@Munnu
Copy link

Munnu commented Sep 7, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants