# django-adminlte-ui **Repository Path**: mirrors/django-adminlte-ui ## Basic Information - **Project Name**: django-adminlte-ui - **Description**: django-adminlte-ui,基于 adminlte 的 django 后台模板,页面基本全部兼容,欢迎测试 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 21 - **Forks**: 9 - **Created**: 2019-06-29 - **Last Updated**: 2025-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

   title

# django-adminlte-ui [![PyPI Version](https://img.shields.io/pypi/v/django-adminlte-ui.svg)](https://pypi.python.org/pypi/django-adminlte-ui) [![Download Status](https://img.shields.io/pypi/dm/django-adminlte-ui.svg)](https://pypi.python.org/pypi/django-adminlte-ui) [![Build Status](https://github.com/wuyue92tree/django-adminlte-ui/workflows/main/badge.svg)](https://github.com/wuyue92tree/django-adminlte-ui/workflows/main/badge.svg) [![GitHub Pages](https://img.shields.io/badge/GitHub-Pages-brightgreen.svg)](https://wuyue92tree.github.io/django-adminlte-ui/) [![Gitter](https://img.shields.io/discord/K9VH3x6T?color=7289DA&logo=discord&logoColor=white)](https://discord.gg/K9VH3x6T) django admin theme base on adminlte adminlte version: 2.4.18 # 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', ... ] ``` # Thanks - [AdminLTE](https://github.com/ColorlibHQ/AdminLTE) - [django](https://github.com/django/django) - [django-suit](https://github.com/darklow/django-suit) # Donate Your donation take me higher. 🚀

   title