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",
    .....
]

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.3.0.tar.gz (11.1 kB view hashes)

Uploaded Source

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