Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/svetlyak40wt/django-fields
Fields pack for django framework.
https://github.com/svetlyak40wt/django-fields
django python
Last synced: about 7 hours ago
JSON representation
Fields pack for django framework.
- Host: GitHub
- URL: https://github.com/svetlyak40wt/django-fields
- Owner: svetlyak40wt
- License: other
- Created: 2008-10-01T23:17:28.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2022-05-27T16:03:33.000Z (over 2 years ago)
- Last Synced: 2024-04-26T17:43:05.595Z (7 months ago)
- Topics: django, python
- Language: Python
- Homepage: http://dev.svetlyak.ru
- Size: 141 KB
- Stars: 125
- Watchers: 9
- Forks: 50
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Introduction
------------[![changelog](http://allmychanges.com/p/python/django-fields/badge/)](http://allmychanges.com/p/python/django-fields/?utm_source=badge)
Django-fields is an application which includes different kinds of models fields.
Right now, application contains two fields with encryption support:
EncryptedCharField and EncryptedTextField.This project uses Travis for continuous integration: [![Build Status](https://secure.travis-ci.org/svetlyak40wt/django-fields.png)](http://travis-ci.org/svetlyak40wt/django-fields)
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
How to run tests
----------------Examples can be found at the `examples` directory. Look at the, `tests.py`.
Same project is used to run unittests. To run them, just fire `./run-tests.sh`.Contributors
------------* [zbyte64](http://www.djangosnippets.org/users/zbyte64/) — thanks to for
his [django snippet](http://www.djangosnippets.org/snippets/1095/) for encrypted
fields. After some fixes, this snippet works as supposed.
* John Morrissey — for fixing bug in PickleField.
* Joe Jasinski — different fixes and new fields for encripted email and US Phone.
* Colin MacDonald — for many encripted fields added.
* Igor Davydenko — PickleField.
* kromem - Added support for specifying `block_type` on encrypted fields.
* Brooks Travis - new field for encrypted US Social Security Number and other fixes.[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/svetlyak40wt/django-fields/trend.png)](https://bitdeli.com/free "Bitdeli Badge")