Skip to content

adamcharnock/django-adminlte4

Repository files navigation

AdminLTE Templates for Django

pypi_badge

Provides the functionality of the AdminLTE4 theme to Django developers in the form of standard base templates.

Note: This does not style Django's built-in Admin interface.

Installation

Installation using pip:

pip install django-adminlte4

Add to installed apps:

INSTALLED_APPS = [
    'django_adminlte',

    ...
]

Usage

The base template is designed to be highly customisable. Template blocks are provided to allow you to hook in customisations as you wish

Credits

This project a based heavily on work by the following:

About

Reusable AdminLTE Django templates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published