Pakiet: python3-django-dynamic-preferences (1.10.1-1)
Odnośniki dla python3-django-dynamic-preferences
Zasoby systemu Trisquel:
- Install using apturl
- Entry at directory.fsf.org
- Raporty o błędach
- Changelog
- Informacje nt. praw autorskich
Pobieranie pakietu źródłowego django-dynamic-preferences:
- [django-dynamic-preferences_1.10.1-1.dsc]
- [django-dynamic-preferences_1.10.1.orig.tar.gz]
- [django-dynamic-preferences_1.10.1-1.debian.tar.xz]
Opiekun:
Original Maintainers:
- Debian Python Team
- Tom Teichler
- Dominik George
Zasoby zewnętrzne:
- Strona internetowa [github.com]
Podobne pakiety:
- python-django-crispy-forms
- python-django-crispy-forms-doc
- libdbix-fulltextsearch-perl
- python3-django-crispy-forms
- python-django-crispy-forms-foundation-doc
- python3-django-crispy-forms-foundation
- libclass-refresh-perl
- python-django-etcd-settings-doc
- python3-django-etcd-settings
- python-django-etcd-settings
- golang-github-bmatsuo-lmdb-go-dev
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.
Inne pakiety związane z python3-django-dynamic-preferences
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-django (>= 2.2~)
- High-level Python web development framework
-
- dep: python3-persisting-theory
- Python utility designed to automate data discovering inside of packages
-
- dep: python3-six
- Python 2 and 3 compatibility library (Python 3 interface)
Pobieranie python3-django-dynamic-preferences
Architektura | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
---|---|---|---|
all | 27,1 KiB | 164 KiB | [lista plików] |