# 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

   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) [![Documentation Status](https://readthedocs.org/projects/django-adminlte-ui/badge/?version=latest)](https://django-adminlte-ui.readthedocs.io/en/latest/?badge=latest) [![Gitter](https://badges.gitter.im/django-adminlte-ui/community.svg)](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 ![login](./images/login.jpg) ## dashboard ![dashboard](./images/dashboard.jpg) ## table list ![table list](./images/table-list.jpg) ## form page ![form page](./images/form.png) ## general_option ![general_option](./images/general_option.jpg) ## menu list ![menu list](./images/menu-list.png) # 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. 🚀

   title