Skip to main content

A Django app to override django admin panel.

Project description

Django-Admin-Mazer is a Django app to change design of default Django admin panel. It is based on Bootstrap 5 and an open-source template named Mazer. It is developed to be a drop-in replacement for Django’s default admin panel unlike other admin panel libraries which require extra configurations.

Quick start

  1. Add “django_admin_mazer” to your INSTALLED_APPS setting above “django.contrib.admin” like this:

    INSTALLED_APPS = [
        'django_admin_mazer',
        "django.contrib.admin",
        ...
    ]
  2. Start the development server and visit http://127.0.0.1:8000/admin/ or your admin url. The “Mazer” template should override the default admin panel designs.

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-mazer-0.1.tar.gz (34.1 kB view details)

Uploaded Source

File details

Details for the file django-admin-mazer-0.1.tar.gz.

File metadata

  • Download URL: django-admin-mazer-0.1.tar.gz
  • Upload date:
  • Size: 34.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.8.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for django-admin-mazer-0.1.tar.gz
Algorithm Hash digest
SHA256 8424a5698196b099e3762e730c382e8320695f0fcb7fb3c9d0b4a4c5b48b8391
MD5 93981a69f4cbcf6e58a570a189af51e4
BLAKE2b-256 d20d79fc0f0c13755c1017d6212f86f2c2b244a03dc338addaf92aa7f2068539

See more details on using hashes here.

Provenance

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