wuyue92tree / django-adminlte-ui

django admin theme base on adminlte ❤️

Home Page:https://wuyue92tree.github.io/django-adminlte-ui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

   title

django-adminlte-ui

PyPI Version Download Status Build Status GitHub Pages Gitter

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

Donate

Your donation take me higher. 🚀

   title

About

django admin theme base on adminlte ❤️

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

License:MIT License


Languages

Language:Python 100.0%