An open API service indexing awesome lists of open source software.

https://github.com/wuyue92tree/django-adminlte-ui

django admin theme base on adminlte ❤️
https://github.com/wuyue92tree/django-adminlte-ui

admin-template admin-theme adminlte2 django2-2 django3 django4

Last synced: 11 months ago
JSON representation

django admin theme base on adminlte ❤️

Awesome Lists containing this project

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