Skip to content

Welcome to django-adminlte-ui

PyPI Version Download Status Build Status GitHub Pages Discord

django-adminlte is a django admin theme base on adminlte

adminlte version: 2.4.18

Since v2.0.0, all third part deps are removed except django.

old version docs is here: click

Helper

  • if you have good ideas, just contact me.
  • if you find some bug, just add an issue.
  • if you think this project is good, just star and fork, make it better 🍉.

Install

pip install django-adminlte-ui

Setup

# settings.py

INSTALLED_APPS = [
    'adminlteui',
    'django.contrib.admin',
    ...
]

Screen shot

login page

login

dashboard

dashboard

table list

table list

Features

Thanks