Paquet : python3-django-dynamic-preferences (1.16.0-1)
Liens pour python3-django-dynamic-preferences
Ressources Debian :
- Rapports de bogues
- Developer Information
- Journal des modifications Debian
- Fichier de licence
- Suivis des correctifs pour Debian
Télécharger le paquet source django-dynamic-preferences :
- [django-dynamic-preferences_1.16.0-1.dsc]
- [django-dynamic-preferences_1.16.0.orig.tar.gz]
- [django-dynamic-preferences_1.16.0-1.debian.tar.xz]
Responsables :
Ressources externes :
- Page d'accueil [github.com]
Paquets similaires :
- python-django-crispy-forms-doc
- python-django-crispy-forms-foundation-doc
- python3-django-crispy-forms
- libdbix-fulltextsearch-perl
- python3-django-crispy-forms-foundation
- python3-borgstore
- libclass-refresh-perl
- python-django-etcd-settings-doc
- python-django-etcd-settings
- python3-django-etcd-settings
- python3-decouple
Dynamic global and instance settings for your django project
Dynamic-preferences is a Django app, BSD-licensed, designed to help you 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-preferences allow you to register settings (a.k.a. preferences) in a declarative way. Preferences values are serialized before storage in database, and automatically deserialized when you need them.
With dynamic-preferences, you can update settings on the fly, through django's admin or custom forms, without restarting your application.
Autres paquets associés à python3-django-dynamic-preferences
|
|
|
|
-
- dep: python3
- langage orienté objet interactif de haut niveau – version par défaut de Python 3
-
- dep: python3-django
- cadriciel de haut niveau pour le développement web en Python
-
- dep: python3-persisting-theory
- Python utility designed to automate data discovering inside of packages
-
- dep: python3-six
- bibliothèque de compatibilité Python 2 et 3 – interface Python⋅3
Télécharger python3-django-dynamic-preferences
Architecture | Taille du paquet | Espace occupé une fois installé | Fichiers |
---|---|---|---|
all | 35,2 ko | 184,0 ko | [liste des fichiers] |