# Welcome to django-adminlte-ui [](https://pypi.python.org/pypi/django-adminlte-ui) [](https://pypi.python.org/pypi/django-adminlte-ui) [](https://travis-ci.org/wuyue92tree/django-adminlte-ui) [](https://gitter.im/django-adminlte-ui/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) django-adminlte is a django admin theme base on adminlte adminlte version: 2.3.6 ## 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 🍉. ## Demo [Chinese](http://django-demo.antio.top/zh-hans/admin/) [English](http://django-demo.antio.top/en/admin/) - username: demo - password: demo123 database will restore every hour. 🍌 ## Install ``` pip install django-adminlte-ui ``` ## Setup ``` # settings.py INSTALLED_APPS = [ 'adminlteui', 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.sites', 'django.contrib.sitemaps', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', # custom menu base on treebeard 'treebeard', ... ] ``` ## Init models ``` python manage.py migrate django_admin_settings ``` ## Screen shot ### login page  ### dashboard  ### table list  ### form page  ### general_option  ### menu list  ## Features - [Custom General Option](https://django-adminlte-ui.readthedocs.io/en/latest/guide/#general-option) - [Widgets](https://django-adminlte-ui.readthedocs.io/en/latest/guide/#widgets) - [Custom Menu](https://django-adminlte-ui.readthedocs.io/en/latest/guide/#menu) ## Todo - Custom Dashboard ## Thanks - [AdminLTE](https://github.com/ColorlibHQ/AdminLTE) - [django](https://github.com/django/django) - [django-treebeard](https://github.com/django-treebeard/django-treebeard) - [django-suit](https://github.com/darklow/django-suit)