A Django application to configure some Django Admin settings
Project description
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-admin-settings-0.4.1.tar.gz.
File metadata
- Download URL: django-admin-settings-0.4.1.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e474429d7ae002fcbace521115d23c21e68afc8b9c23c7990b12087eec56ff5
|
|
| MD5 |
504111110361a0ed8faa82506a1a624a
|
|
| BLAKE2b-256 |
340604fb865e15f64763375930a2524d08644bfdcc8a3d15ac7514aefcd6f9fd
|
File details
Details for the file django_admin_settings-0.4.1-py3-none-any.whl.
File metadata
- Download URL: django_admin_settings-0.4.1-py3-none-any.whl
- Upload date:
- Size: 18.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d1de5e4de294c6826eaafb11c224af1160af0678f6bb62a9cbe82df38b0f19a
|
|
| MD5 |
1cac809c64f1b1122fd5dc2b283ee5d4
|
|
| BLAKE2b-256 |
d338efb1137850e545357201e530155d15af36314af8547eb8ca63b1d101cef7
|