svetlyak40wt / django-fields
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (1)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri May 29 05:35:38 -0700 2009 | |
| |
LICENSE | Wed Oct 01 13:17:22 -0700 2008 | |
| |
MANIFEST.in | Fri May 29 05:35:38 -0700 2009 | |
| |
README.md | Fri Oct 03 09:13:51 -0700 2008 | |
| |
setup.py | Fri May 29 05:35:38 -0700 2009 | |
| |
src/ | Mon Nov 16 01:05:59 -0800 2009 |
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.
