# django-adminlte-ui **Repository Path**: cnbillow/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**: 0 - **Forks**: 9 - **Created**: 2019-08-11 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
# 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://django-adminlte-ui.readthedocs.io/en/latest/?badge=latest) [](https://gitter.im/django-adminlte-ui/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) 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) # Donate Your donation take me higher. 🚀