Django Admin Mazer - Custom Django-admin replacement

mahyess

Mahesh Prajapati

Posted on February 24, 2022

Django Admin Mazer - Custom Django-admin replacement

I am currently working on a Django admin templates replacement app, named django-admin-mazer. Available to install with pip for your testing.

The templates are taken from an open-source admin template available here.

Installation process:

  1. pip install django-admin-mazer

  2. Add 'django_admin_mazer' in your INSTALLED_APPS and you are good to go.

Github: https://github.com/mahyess/django-admin-mazer

Some screenshots taken while in development:

Home Page

App Page

Login Page

Model Page

Update Page

Be warned, this project is bootstrapped in a short amount of time, so expect some glitches here and there. So, there are unfinished tasks that I may not have found out just yet.

Please feel free to point out problems, or even contribute to the project.

Github: https://github.com/mahyess/django-admin-mazer

💖 💪 🙅 🚩
mahyess
Mahesh Prajapati

Posted on February 24, 2022

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

What was your win this week?
weeklyretro What was your win this week?

November 29, 2024

Where GitOps Meets ClickOps
devops Where GitOps Meets ClickOps

November 29, 2024

How to Use KitOps with MLflow
beginners How to Use KitOps with MLflow

November 29, 2024

Modern C++ for LeetCode 🧑‍💻🚀
leetcode Modern C++ for LeetCode 🧑‍💻🚀

November 29, 2024