All Projects → svetlyak40wt → Django Fields

svetlyak40wt / Django Fields

Licence: other
Fields pack for django framework.

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Django Fields

Ralph
Ralph is the CMDB / Asset Management system for data center and back office hardware.
Stars: ✭ 1,701 (+1271.77%)
Mutual labels:  django
Water Monitoring System
Water Monitoring System is an IOT based Liquid Level Monitoring system that has mechanisms to keep the user alerted in case of liquid overflow or when tank depletes.
Stars: ✭ 122 (-1.61%)
Mutual labels:  django
Django Lockdown
Lock down a Django site or individual views, with configurable preview authorization
Stars: ✭ 123 (-0.81%)
Mutual labels:  django
Cmdb
资产管理、主机管理、批量执行命令|脚本、流量图、webssh 本项目已停止开发!因长时间未对代码进行维护,可能会造成项目在不同环境上无法部署、运行BUG等问题,请知晓!项目仅供参考!
Stars: ✭ 121 (-2.42%)
Mutual labels:  django
Wooey
A Django app that creates automatic web UIs for Python scripts.
Stars: ✭ 1,680 (+1254.84%)
Mutual labels:  django
Tera
A template engine for Rust based on Jinja2/Django
Stars: ✭ 1,873 (+1410.48%)
Mutual labels:  django
W3develops
The w3develops.org open source codebase - Learn, build, and meetup with other developers on DISCORD https://discord.gg/WphGvTT and YOUTUBE http://bit.ly/codingyt
Stars: ✭ 120 (-3.23%)
Mutual labels:  django
Django Jsoneditor
Django JSONEditor input widget to provide javascript online JSON Editor
Stars: ✭ 124 (+0%)
Mutual labels:  django
Lpoj
An open source online judge system base on Django REST framework and Vue.js !
Stars: ✭ 122 (-1.61%)
Mutual labels:  django
Geekblog
A full blog system based on Django
Stars: ✭ 123 (-0.81%)
Mutual labels:  django
Django Tinymce4 Lite
TinyMCE 4 editor widget for Django
Stars: ✭ 121 (-2.42%)
Mutual labels:  django
Shuup
E-Commerce Platform
Stars: ✭ 1,790 (+1343.55%)
Mutual labels:  django
Django Trench
django-trench provides a set of REST API endpoints to supplement django-rest-framework with multi-factor authentication (MFA, 2FA). It supports both standard built-in authentication methods, as well as JWT (JSON Web Token).
Stars: ✭ 123 (-0.81%)
Mutual labels:  django
Django Subadmin
A special kind of ModelAdmin that allows it to be nested within another ModelAdmin
Stars: ✭ 120 (-3.23%)
Mutual labels:  django
Django Microservices
UNMAINTAINED
Stars: ✭ 124 (+0%)
Mutual labels:  django
Website
Code for the Outreachy website, based on Python, Django, and Bootstrap.
Stars: ✭ 120 (-3.23%)
Mutual labels:  django
Django Classified
Django Classified
Stars: ✭ 122 (-1.61%)
Mutual labels:  django
Impostor
Django app that enables staff to log in as other users using their own credentials.
Stars: ✭ 124 (+0%)
Mutual labels:  django
Searchrestaurant
Apps are built using Google Maps SDK, Geocoding and Foursquare APIs
Stars: ✭ 124 (+0%)
Mutual labels:  django
Django Project Skeleton
A skeleton aka. template for Django projects
Stars: ✭ 123 (-0.81%)
Mutual labels:  django

Introduction

changelog

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

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 — thanks to for his django snippet 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].