Skip to main content

A django app for registering dynamic global, site and user preferences

Project description

# What is dynamic-preferences-plus ?

Dynamic-preferences-plus is a Django app designed to manage your project settings. While most of the time, a settings.py file is sufficient, there are some situations where you need something more flexible, such as per-user settings and per-site settings.

For per-user settings, you could actually store them in UserProfile. However, it means that every time you want to add a new setting, you need to add a new column to the UserProfile DB table. Not very efficient.

Dynamic-preferences-plus allow you to register settings (a.k.a. preferences) in a declarative way, for users, sites and your whole project. Preferences values are serialized before storage in database, and automatically deserialized when you want to access them.

With dynamic-preferences-plus, you can update settings on the fly, through django’s admin or custom forms, without restarting your application.

Links:

# License

The project is licensed under BSD license.

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-dynamic-preferences-plus-0.7.15.tar.gz (24.0 kB view details)

Uploaded Source

File details

Details for the file django-dynamic-preferences-plus-0.7.15.tar.gz.

File metadata

File hashes

Hashes for django-dynamic-preferences-plus-0.7.15.tar.gz
Algorithm Hash digest
SHA256 184d06fbd0777d603b1a29b2c94fbb6fb4f7417d4dc4561aa7e1e1b236094d72
MD5 f5de4681333432fadb737846ba640e76
BLAKE2b-256 49e22f0fdb55710c5a6713174406f094651d6f9e1d2078767e72da74a6489a29

See more details on using hashes here.

Supported by

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