DEV Community

Mahesh Prajapati
Mahesh Prajapati

Posted on

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

Top comments (0)