With django-dbpreferences you can store some app preferences into the database.
Project description
description
With django-dbpreferences you can store some app preferences into the database.
A django app defines a form with initial values. The form cleaned data dict would be stored serialized into the database. The app can easy get the current preference dict and the user can easy edit the values in the django admin panel.
history
v0.3.1
Bugfix if DictField can be null / DictFormField(required=False)
v0.3.0
separate field stuff from models.py into fields.py, so its usable in other projects, too.
Use own dict class for serialize/deserialize
Update unittest for new django admin url prefix
v0.2.0
Add UserSettings, see: http://www.jensdiemer.de/_command/118/blog/detail/64/ (de)
v0.1.0
first version cut out from PyLucid CMS - http://www.pylucid.org
links
- homepage:
- SVN:
(Readme text $Rev$)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for django-dbpreferences-0.3.1beta.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d15c8bd7699905f9f5fbfbc5d8ff6066523ce28c203ffe34d577db5bec41a9a |
|
MD5 | ddcb617b60b7420b06a78e3845c84e6c |
|
BLAKE2b-256 | b53e78a43186b97429235bc78738963f44fcec3d2b2178bc49122c947adc31db |