Replace the plain Django Admin default interface with a modern-looking dashboard without writing any frontend code or changing existing templates.
Switch between 28 built-in color themes to match your project's brand colors directly from the admin settings.
Open multiple Django Admin sections simultaneously using multi-tab navigation instead of navigating back and forth.
Deploy the modern admin UI on any existing Django project, works with all current Django versions including 5.3.
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.
← newpanjing on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.