Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

LucasRoesler/django-encrypted-json

Repository files navigation

djangp-encrypted-json

Some simple encrypted JSON fields for use with Django.

Test status: Circle CI

Requies

  • Django
  • cryptography
  • django-pgjson

On Ubuntu you need to install libffi-dev

$ sudo apt-get install libffi-dev

Testing

The test requirements are found in requirements.txt

$ pip install -r requirements.txt

To run the tests

$ cd tests
$ python manage.py test