How to Install and Uninstall python3-django-dynamic-preferences Package on Kali Linux

Last updated: May 12,2024

1. Install "python3-django-dynamic-preferences" package

This tutorial shows how to install python3-django-dynamic-preferences on Kali Linux

$ sudo apt update $ sudo apt install python3-django-dynamic-preferences

2. Uninstall "python3-django-dynamic-preferences" package

This is a short guide on how to uninstall python3-django-dynamic-preferences on Kali Linux:

$ sudo apt remove python3-django-dynamic-preferences $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-django-dynamic-preferences package on Kali Linux

Package: python3-django-dynamic-preferences
Source: django-dynamic-preferences
Version: 1.16.0-1
Installed-Size: 184
Maintainer: Debian Python Team
Architecture: all
Depends: python3-django, python3-persisting-theory, python3-six, python3:any
Size: 36000
SHA256: 1d429ab13c192832c68d84d3b5025c37c33152d67896e58dc09960fa14d74d4c
SHA1: c13b3b7ac488f7ad5fa7cce0b37a7483fed55b0d
MD5sum: 6e4d786165e5ff35395e79ffbfa539ed
Description: 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.
Description-md5:
Homepage: https://github.com/agateblue/django-dynamic-preferences
Section: python
Priority: optional
Filename: pool/main/d/django-dynamic-preferences/python3-django-dynamic-preferences_1.16.0-1_all.deb