Skip to main content

No project description provided

Project description

django-smart-admin

SmartAdmin is a set of small Django Admin utilities that aims to remove some of the common annoying configuration issues:

Install

Simply comment django.contrib.admin in your INSTALLED_APPS and add smart_admin

INSTALLED_APPS = [
    # "django.contrib.admin",
    "adminfilters",
    "smart_admin.logs",
    "smart_admin.templates",
    "smart_admin",
    .....
]

Configuration

from smart_admin.utils import match, regex

SMART_ADMIN_SECTIONS = {
    "Security": [
        "auth",
    ],
}

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-smart-admin-0.6.0.tar.gz (12.3 kB view details)

Uploaded Source

File details

Details for the file django-smart-admin-0.6.0.tar.gz.

File metadata

  • Download URL: django-smart-admin-0.6.0.tar.gz
  • Upload date:
  • Size: 12.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 importlib_metadata/4.3.0 pkginfo/1.5.0.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.6.8

File hashes

Hashes for django-smart-admin-0.6.0.tar.gz
Algorithm Hash digest
SHA256 2d74dc32a0ee562cad7a8db2338c3f56aa11e1cbbae9b33eddbf959a24673f0b
MD5 cb8974ab511d3d1cf588382a670bb7b3
BLAKE2b-256 e2d988310641c87dd448b0ced178e0a6acab02b7dae3dc736e104ce230faca1a

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