Django Material Dashboard

Open-source template for Django admin section styled with Material Dashboard Design (free version)

Modern template for Django Admin Interface coded on top of Material Dashboard, an open-source Boostrap 5 design from Creative-Tim.

Why Django Admin Material

  • Modern Bootstrap 5 Design

  • Responsive Interface

  • Minimal Template overriding

  • Easy integration

Django Admin Material Dashboard - Edit users page.

Installation

Add admin_material application to the INSTALLED_APPS setting of your Django project settings.py file (note it should be before django.contrib.admin):

Collect static if you are in production environment:

Start the app

Access the admin section in the browser: http://127.0.0.1:8000/

Screenshots

Material Dashboard Theme - Admin Section

Django Admin Material Dashboard - Admin dashboard page.

Material Dashboard Theme - Admin Widgets

Django Admin Material Dashboard - New User Page.

Django Admin Material - Modern Admin Interface provided by AppSeed

Last updated

Was this helpful?