Skip to main content

With django-dbpreferences you can store app/user settings into the database.

Project description

description

With django-dbpreferences you can store some app/user 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.

With UserSettings you can store some settings per user.

More Information and examples can be found here:

history

  • v0.4.3

  • v0.4.2

    • Bugfix: Add templates to pypi package

  • v0.4.1

    • Bugfix with BooleanField

  • v0.4.0

    • NEW: Use initial data, if not exist in saved preferences. So it’s easier to add new preferences values.

  • v0.3.8

    • Bugfix in error message for not existing keys

  • v0.3.7

    • Change version scheme and add last git commit date to version string

  • v0.3.6

    • Display current value on ValidationError

  • v0.3.5

    • Updates for django v1.2 API changes

  • v0.3.4

    • Bugfix if help_text contains non ascii characters and html code

  • v0.3.3

    • validate preferences with model validation

    • clean preferences in get_preferences()

  • v0.3.2

    • some bugfixes

  • 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

  • v0.1.0

pip upgrade

To do a pip upgrade in a virtual environment, run this:

~$ cd /YourVirtualEnv/bin
~/YourVirtualEnv/bin$ source activate
(YourVirtualEnv)~/YourVirtualEnv/bin$ pip install --upgrade --verbose --editable=git+git://github.com/jedie/django-dbpreferences.git#egg=django-dbpreferences

The example used git readonly clone url. If you use subversion do this:

(YourVirtualEnv)~/YourVirtualEnv/bin$ pip install --upgrade --verbose --editable=http://svn.github.com/jedie/django-dbpreferences.git#egg=django-dbpreferences

If you have git write access, use this:

(YourVirtualEnv)~/YourVirtualEnv/bin$ pip install --upgrade --verbose --editable=git+git@github.com:jedie/django-dbpreferences.git#egg=django-dbpreferences

fast repo update

To made a fast repository update, you can run this simple shell script:

~$ cd /path/to/django-dbpreferences
/path/to/django-dbpreferences$ ./update.sh

the update script runs “git pull origin master” or “svn update”.

donation

If you like it, send some Bitcoins to 1HLNVtZFwdHLavRKdUebTGHVn8A7e6Dgne ;)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-dbpreferences-0.4.3.0829.tar.gz (21.0 kB view details)

Uploaded Source

File details

Details for the file django-dbpreferences-0.4.3.0829.tar.gz.

File metadata

File hashes

Hashes for django-dbpreferences-0.4.3.0829.tar.gz
Algorithm Hash digest
SHA256 7de8564f8d849e7c8f91caaa60b97831b382db64b188876a20c0d2eaeabd083e
MD5 de29bb82d5b4c62b7e6c95bbd3388ec6
BLAKE2b-256 3ac323a97152f0202c192ae6c139d54044dac46c69c184537bf216340d47b81d

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page