Skip to main content

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

Project description

# What is dynamic-preferences ?

Dynamic-preferences 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 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, you can update settings on the fly, through django’s admin or custom forms, without restarting your application.

Links:

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-0.2.tar.gz (28.3 kB view details)

Uploaded Source

File details

Details for the file django-dynamic-preferences-0.2.tar.gz.

File metadata

File hashes

Hashes for django-dynamic-preferences-0.2.tar.gz
Algorithm Hash digest
SHA256 4edf1f9917a4899773bf17fefe801f4fce143e7c538760aeb17df3c6255a6de6
MD5 6cff5b9a83ad34c9b32d47d5e9965a21
BLAKE2b-256 c8474f8a7103e519430af76a3ec71ca68c26a9af10a743ebdcfea0020d2ffce8

See more details on using hashes here.

Supported by

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