Django Admin Settings
Description: A Django application to configure some Django Admin settings
Copyright: 2023 Fabio Castelli (Muflone) muflone@muflone.com
License: GPL-3+
Source code: https://github.com/muflone/django-admin-settings
Documentation: http://www.muflone.com/django-admin-settings/
Description
Django Admin Settings allows you to configure some settings in Django Admin.
System Requirements
The Python dependencies for the server part are listed in the
requirements.txt file.
- Python >= 3.9
- Django 4.1.x (https://pypi.org/project/Django/)
Installation
To install Django Admin Settings application you can configure the
INSTALLED_APPS setting like this:
INSTALLED_APPS = [
'django_admin_settings',
...
]
Models
ListDisplay
The ListDisplay models allows you to set the visible fields in the records
list page in Django Admin.
You can simply configure your models by settings:
- Model
- Field name
- Sort order number
- Active status
ListDisplayLink
The ListDisplayLink models allows you to set the clickable fields in the
records list page in Django Admin.
You can simply configure your models by settings:
- Model
- Field name
- Sort order number
- Active status
ListFilter
The ListFilter models allows you to create filters in the records list page
in Django Admin.
You can simply configure your models by settings:
- Model
- Field name
- Sort order number
- Active status
Django settings
ADMIN_INDEX_TITLE: Index page titleADMIN_SITE_HEADER: Administration headerADMIN_SITE_TITLE: Administration pages title
Release files for django-admin-settings 0.4.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-admin-settings-0.4.1.tar.gz | 7.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_admin_settings-0.4.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 26.7 kB
Release files / django-admin-settings-0.4.1.tar.gz
| Download URL | django-admin-settings-0.4.1.tar.gz |
|---|---|
| Size | 7.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0e474429d7ae002fcbace521115d23c21e68afc8b9c23c7990b12087eec56ff5
|
|
BLAKE2b-256 checksum How to use checksums |
340604fb865e15f64763375930a2524d08644bfdcc8a3d15ac7514aefcd6f9fd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.10
|
Release files / django_admin_settings-0.4.1-py3-none-any.whl
| Download URL | django_admin_settings-0.4.1-py3-none-any.whl |
|---|---|
| Size | 18.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2d1de5e4de294c6826eaafb11c224af1160af0678f6bb62a9cbe82df38b0f19a
|
|
BLAKE2b-256 checksum How to use checksums |
d338efb1137850e545357201e530155d15af36314af8547eb8ca63b1d101cef7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.10
|