public
Description: Fields pack for django framework.
Homepage: http://code.svetlyak.ru
Clone URL: git://github.com/svetlyak40wt/django-fields.git
Click here to lend your support to: django-fields and make a donation at www.pledgie.com !
Mon Feb 16 16:31:29 -0800 2009
svetlyak40wt (committer)
Mon Feb 16 21:19:48 -0800 2009
commit  ef7b37445c5652ae2bd40e237f31b238250d839d
tree    b301f97c9f8d3bea8e20c0159ecafc63c3ed505e
parent  13ced586be3a7cac965579422e46707562732370
name age message
file .gitignore Loading commit data...
file LICENSE Wed Oct 01 13:17:22 -0700 2008 Initial empty application and example. [svetlyak40wt]
file README.md Fri Oct 03 09:13:51 -0700 2008 README updated with addidional deps. [Alexander Artemenko]
directory django_fields/
directory example/ Fri May 29 05:35:38 -0700 2009 Code was moved to 'src'. Added setup.py and MAN... [svetlyak40wt]
README.md

Introduction

Django-fields is an application which includes different kinds of models fields.

Right now, application contains two fields with encryption support: EncryptedCharField and EncryptedTextField.

Requirements

This application depends on python-crypto, which can be found in many Linux repositories, or downloaded from http://www.dlitz.net/software/pycrypto/.

Under Ubuntu, just do:

sudo apt-get install python-crypto

Examples

Examples can be found at the examples directory. Look at the, tests.py.

Credits

Thanks to zbyte64 for his django snippet for encrypted fields. After some fixes, this snippet works as supposed.