Metadata-Version: 1.2
Name: django-jazzmin
Version: 2.1.1
Summary: Django admin theme based adminlte & bootstrap
Home-page: https://github.com/farridav/django-jazzmin
Author: farridav
Maintainer: farridav
License: MIT
Description: Django jazzmin (Jazzy Admin)
        ============================
        
        .. image:: https://readthedocs.org/projects/django-jazzmin/badge/?version=latest
           :target: http://django-jazzmin.readthedocs.io/?badge=latest
        .. image:: https://img.shields.io/badge/Made%20with-Python-1f425f.svg
           :target: https://www.python.org/
        .. image:: https://img.shields.io/pypi/dm/django-jazzmin.svg
           :target: https://pypi.python.org/pypi/django-jazzmin/
        .. image:: https://badge.fury.io/py/django-jazzmin.svg
           :target: https://pypi.python.org/pypi/django-jazzmin/
        .. image:: https://img.shields.io/pypi/pyversions/django-jazzmin.svg
           :target: https://pypi.python.org/pypi/django-jazzmin/
        .. image:: https://coveralls.io/repos/github/farridav/django-jazzmin/badge.svg?branch=master
           :target: https://coveralls.io/github/farridav/django-jazzmin?branch=master
        
        Drop-in theme for django admin, that utilises AdminLTE 3 & Bootstrap 4 to make yo' admin look jazzy
        
        Documentation
        -------------
        See https://django-jazzmin.readthedocs.io also see `Test App`_
        
        Features
        --------
        - Drop-in admin skin, all configuration optional
        - Customisable `side menu`_
        - Customisable `top menu`_
        - Customisable UI (via `Live UI changes`_, or `custom CSS/JS`_)
        - Based on the latest `adminlte`_ + `bootstrap`_
        
        Screenshots
        -----------
        
        Dashboard
        ~~~~~~~~~
        .. image:: https://django-jazzmin.readthedocs.io/img/dashboard.png
        
        List view
        ~~~~~~~~~
        .. image:: https://django-jazzmin.readthedocs.io/img/list_view.png
        
        Detail view
        ~~~~~~~~~~~
        .. image:: https://django-jazzmin.readthedocs.io/img/detail_view.png
        
        Login view
        ~~~~~~~~~~
        .. image:: https://django-jazzmin.readthedocs.io/img/login.png
        
        UI Customiser
        ~~~~~~~~~~~~~
        .. image:: https://django-jazzmin.readthedocs.io/img/ui_customiser.png
        
        .. _adminlte: https://adminlte.io/
        .. _bootstrap: https://getbootstrap.com
        .. _Test App: https://github.com/farridav/django-jazzmin/tree/master/tests/test_app
        .. _top menu: https://github.com/farridav/django-jazzmin/blob/master/tests/test_app/settings.py#L61
        .. _side menu: https://github.com/farridav/django-jazzmin/blob/master/tests/test_app/settings.py#L92
        .. _Live UI changes: https://github.com/farridav/django-jazzmin/blob/master/tests/test_app/settings.py#L90
        .. _custom CSS/JS: https://github.com/farridav/django-jazzmin/blob/master/tests/test_app/settings.py#L86
        
Platform: UNKNOWN
Requires-Python: >3.5
