All Projects → wuyue92tree → Django Adminlte Ui

wuyue92tree / Django Adminlte Ui

Licence: mit
django admin theme base on adminlte ❤️

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Django Adminlte Ui

Light Blue Dashboard
🔥 Free and open-source admin dashboard template built with Bootstrap
Stars: ✭ 110 (-45.54%)
Mutual labels:  admin-template
Architectui Html Theme Free
ArchitectUI Dashboard Free is lightweight and comes packed with the minimal set of components to get you started. If you have a simple application, it’s the perfect solution for you. It’s built on top of Bootstrap 4 and features a scalable architecture just like it’s wiser, older sibling – ArchitectUI HTML Pro theme.
Stars: ✭ 155 (-23.27%)
Mutual labels:  admin-template
Vue Admin Template
Sample Admin Template based on Vuejs & Vuetify.
Stars: ✭ 177 (-12.38%)
Mutual labels:  admin-template
Gatsby Admin Template
Free admin dashboard template based on Gatsby with @paljs/ui component package
Stars: ✭ 124 (-38.61%)
Mutual labels:  admin-template
Blur Admin
AngularJS Bootstrap Admin Panel Framework
Stars: ✭ 11,274 (+5481.19%)
Mutual labels:  admin-template
Admin Template
Tailwind CSS Starter Template - Admin Dashboard Template
Stars: ✭ 160 (-20.79%)
Mutual labels:  admin-template
Adminlte
AdminLTE - Free admin dashboard template based on Bootstrap 4
Stars: ✭ 40,112 (+19757.43%)
Mutual labels:  admin-template
Gentelella Rtl
Free RTL Bootstrap 3 Admin Template
Stars: ✭ 194 (-3.96%)
Mutual labels:  admin-template
React Admin
🎉 A magical react admin
Stars: ✭ 149 (-26.24%)
Mutual labels:  admin-template
Stellar
Stellar is completely based on the latest version of Bootstrap 4. Stellar Admin is designed to reflect the simplicity and svelte of the components and UI elements and coded to perfection with well-organized code.
Stars: ✭ 176 (-12.87%)
Mutual labels:  admin-template
D2 Admin
An elegant dashboard
Stars: ✭ 11,012 (+5351.49%)
Mutual labels:  admin-template
Basix Admin
Get Free and Premium Vue.js Bootstrap v4 Admin Dashboard Templates
Stars: ✭ 138 (-31.68%)
Mutual labels:  admin-template
Renren Aui
项目已迁移至rubik-admin。
Stars: ✭ 163 (-19.31%)
Mutual labels:  admin-template
Vue Admin Next
Professional enterprise application with Vue Composition API, Multi-Module Design, Data Processing Flow and Friendly User Interface.
Stars: ✭ 125 (-38.12%)
Mutual labels:  admin-template
The construct
A Modern Rails Template
Stars: ✭ 183 (-9.41%)
Mutual labels:  admin-template
Lightning Admin Angular
A mobile first design of a responsive admin template built with angular and bootstrap
Stars: ✭ 107 (-47.03%)
Mutual labels:  admin-template
Majesticadmin Free Bootstrap Admin Template
Simple Bootstrap 4 Dashboard template.
Stars: ✭ 160 (-20.79%)
Mutual labels:  admin-template
Stisla
Free Bootstrap Admin Template
Stars: ✭ 2,772 (+1272.28%)
Mutual labels:  admin-template
Voler
The first Bootstrap 5 admin dashboard template
Stars: ✭ 183 (-9.41%)
Mutual labels:  admin-template
Simpleui
A modern theme based on vue+element-ui for django admin.一款基于vue+element-ui的django admin现代化主题。全球20000+网站都在使用!喜欢可以点个star✨
Stars: ✭ 2,418 (+1097.03%)
Mutual labels:  admin-template

   title

django-adminlte-ui

PyPI Version Download Status Build Status Documentation Status Gitter

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

English

  • 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

dashboard

dashboard

table list

table list

form page

form page

general_option

general_option

menu list

menu list

Features

Todo

  • Custom Dashboard

Thanks

Donate

Your donation take me higher. 🚀

   title

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].