Thanks to visit codestin.com
Credit goes to github.com

Skip to content

tpavelchak/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

About

Encrypted JSON fields for Django

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.7%
  • Shell 0.3%