Installation

Install the latest pypi release with pip install -U django-jazzmin

Add jazzmin to your INSTALLED_APPS before django.contrib.admin, and Voila!

INSTALLED_APPS = [
    'jazzmin',

    'django.contrib.admin',
    [...]
]

See configuration for optional customisation of the theme

See development for notes on setting up for development