View on GitHub

django-jazzmin

Jazzy theme for Django

Jazzmin

Welcome to Jazzmin, intended as a drop-in app to jazz up your django admin site, with plenty of things you can easily customise, including a built-in UI customizer

Features

Demo

You can view the demo app by cloning the repository, and running the following commands:

    poetry install
 ./tests/test_app/manage.py migrate
 ./tests/test_app/manage.py reset
 ./tests/test_app/manage.py runserver_plus

Screenshots

Dashboard

dashboard

List view

table list

Detail view

form page

History page

history page

Modal windows

Login view

login

UI Customiser

UI Customiser

Mobile layout

Mobile layout

Tablet layout

Table Layout

Admin docs (if installed)

Admin docs

Thanks

This was initially a Fork of https://github.com/wuyue92tree/django-adminlte-ui that we refactored so much we thought it deserved its own package, big thanks to @wuyue92tree for all of his initial hard work, we are still patching into that project were possible, but this project is taking a slightly different direction.