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",
    "smart_admin.template",
    "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.5.0.tar.gz (11.9 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: django-smart-admin-0.5.0.tar.gz
  • Upload date:
  • Size: 11.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.6.8

File hashes

Hashes for django-smart-admin-0.5.0.tar.gz
Algorithm Hash digest
SHA256 6d0930088a657d723ee9b0266ba37539a470b21a2e85befb522f3a182c1f7d72
MD5 691e4e95513eda19f7444e6977526baa
BLAKE2b-256 a6b1527bf30e96ad0b30a9fd3d79cfa7dc33dfe3d321fcd93c2b0082fe8bb72b

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