python3-django-dynamic-preferences binary package in Ubuntu Plucky amd64
Dynamic-
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 (or, generally speaking, per instance settings)
* settings change without server restart
.
For per-instance settings, you could actually store them in some kind of
profile model. However, it means that every time you want to add a new
setting, you need to add a new column to the profile DB table. Not very
efficient.
.
Dynamic-
a declarative way. Preferences values are serialized before storage in
database, and automatically deserialized when you need them.
.
With dynamic-
django's admin or custom forms, without restarting your application.
Publishing history
| Date | Status | Target | Component | Section | Priority | Phased updates | Version | ||
|---|---|---|---|---|---|---|---|---|---|
| 2025-01-13 03:59:50 UTC | Published | Ubuntu Plucky amd64 | release | universe | python | Optional | 1.17.0-1 | ||
|
|||||||||
| Deleted | Ubuntu Plucky amd64 | proposed | universe | python | Optional | 1.17.0-1 | |||
|
|||||||||
| 2025-01-13 04:00:23 UTC | Superseded | Ubuntu Plucky amd64 | release | universe | python | Optional | 1.16.0-1 | ||
|
|||||||||
