Skip to main content

A Django application to configure some Django Admin settings

Project description

Django Admin Settings

Travis CI Build Status CircleCI Build Status

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.

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 title
  • ADMIN_SITE_HEADER: Administration header
  • ADMIN_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

django-admin-settings-0.4.1.tar.gz (7.9 kB view details)

Uploaded Source

Built Distribution

django_admin_settings-0.4.1-py3-none-any.whl (18.8 kB view details)

Uploaded Python 3

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

Hashes for django-admin-settings-0.4.1.tar.gz
Algorithm Hash digest
SHA256 0e474429d7ae002fcbace521115d23c21e68afc8b9c23c7990b12087eec56ff5
MD5 504111110361a0ed8faa82506a1a624a
BLAKE2b-256 340604fb865e15f64763375930a2524d08644bfdcc8a3d15ac7514aefcd6f9fd

See more details on using hashes here.

File details

Details for the file django_admin_settings-0.4.1-py3-none-any.whl.

File metadata

File hashes

Hashes for django_admin_settings-0.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2d1de5e4de294c6826eaafb11c224af1160af0678f6bb62a9cbe82df38b0f19a
MD5 1cac809c64f1b1122fd5dc2b283ee5d4
BLAKE2b-256 d338efb1137850e545357201e530155d15af36314af8547eb8ca63b1d101cef7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page