Git Product home page Git Product logo

mahyess / django-admin-mazer Goto Github PK

View Code? Open in Web Editor NEW
8.0 2.0 2.0 211 KB

Django-Admin-Mazer is a PIP package / Django app to change design of default Django admin panel based on Bootstrap 5 and an open-source template named Mazer

License: BSD 3-Clause "New" or "Revised" License

Python 1.11% HTML 70.38% CSS 28.50%
django django-application pip package django-admin-panel django-admin-theme django-admin-themes

django-admin-mazer's Introduction

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.

django-admin-mazer's People

Contributors

mahyess avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

cr1ator braully

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.