Skip to content

Set database engine to sqlcipher.backend in Django #6

@abhijitio

Description

@abhijitio

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions