gitmyhub

simpleui

Python ★ 3.8k updated 5mo ago

A modern theme based on vue+element-ui for django admin.一款基于vue+element-ui的django admin现代化主题。全球20000+网站都在使用!喜欢可以点个star✨

A one-command install theme for the Django Admin panel that replaces the outdated default look with a modern dashboard, 28 color schemes, multi-tab navigation, and used by over 20,000 websites.

PythonDjangoVueElement UIsetup: easycomplexity 2/5

Simpleui is a theme for Django Admin, the built-in management interface that comes with the Django web framework. Django Admin gives developers a ready-made backend panel for managing database records, but its default visual design is quite plain, with a narrow color palette and a layout that can feel outdated. Simpleui replaces that default look with a modern interface built on top of Vue and Element UI, two popular frontend technologies. According to the project, more than 20,000 websites use it.

The main appeal is how little effort it takes to install. You run one pip command, add simpleui to the list of installed apps in your project's settings file, and the admin panel immediately switches to the new design the next time you start the server. No changes to your existing models, views, or templates are required. The theme includes 28 built-in color schemes and supports multi-tab navigation so different sections of the admin are easier to keep track of simultaneously.

The project is primarily aimed at Chinese developers and most of the README is written in Chinese, though English documentation is available on the project's website. The interface supports internationalization with English and Chinese as the default languages, switching automatically based on system settings.

For teams with more demanding needs, the maintainer offers a paid Pro version called Simple Pro, which adds drag-and-drop dashboard design, additional custom components, and chart-building tools. The free version is sufficient for standard admin use cases. Simpleui supports Python 3.7 and above, works with Django 5.3, and is compatible with all major browsers including older versions of Internet Explorer. The project is released under the MIT license.

Where it fits