Socket
Socket
Sign inDemoInstall

django-admin-mazer

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    django-admin-mazer

A Django app to override django admin panel.


Maintainers
1

Readme

================== Django-Admin-Mazer

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.

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc