# django-adminlte-ui **Repository Path**: wuyue92tree/django-adminlte-ui ## Basic Information - **Project Name**: django-adminlte-ui - **Description**: django admin theme base on adminlte - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 17 - **Forks**: 8 - **Created**: 2019-06-28 - **Last Updated**: 2024-01-11 ## Categories & Tags **Categories**: backend **Tags**: None ## README
# django-adminlte-ui [](https://pypi.python.org/pypi/django-adminlte-ui) [](https://pypi.python.org/pypi/django-adminlte-ui) [](https://github.com/wuyue92tree/django-adminlte-ui/workflows/main/badge.svg) [](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.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 🍉. # 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. 🚀