Make Django Admin simple and friendly, chosen by 20,000+ websites
Simple and friendly. Django admin theme the simpleui
Chinese | English
Community | Documents | Documents
simpleui features
? Built-in 28 popular themes
⚡️ pip lightning installation is 100% compatible with native admin without modifying the code
Multi-tab pages make each module clearer
The configuration is simple and quick to get started. After adding simpleui to settings.py, it will take effect immediately and the efficiency will be increased by 100%! Make back-end development easy.
☕️ Element-UI + Vue blessing makes the ancient django admin look brand new.
? Added support for Django3.0, Python3.8, and Python3.9. Dare to be the first to try something new.
Django Admin's default interface design language has some shortcomings, such as single color, use of a large number of lines, and obvious segmentation. Classifying these shortcomings is that the interface is monotonous, obvious similarities, and lacks surprises. We believe that the new platform visual style can break these constraints, try some new explorations, and inspire traditional design cognition. Therefore, combined with current design trends, we conceived Element+Django Admin's Simpleui. Let Django Admin and Element interact perfectly. With the most popular backend design style, Django Admin is more powerful.
We recommend asking questions in the Yuandudui community so that you can look them up directly if you have questions in the future.
If the free version cannot meet your needs, we also provide a more powerful pro version that can meet more needs
Provides dozens of custom components + drag-and-drop homepage design and chart design
Demo: https://www.mldoo.com/demo/simplepro
Official website: https://www.mldoo.com/simplepro
The document describes in detail the installation and usage methods, as well as instructions for various configuration items. Please click the link below to view it.
????????????
1.https://newpanjing.github.io/simpleui_docs/?
2.https://newpanjing.github.io/simpleui_docs/?
3.https://newpanjing.github.io/simpleui_docs/?
????????????
If you don't have any python django foundation, you can download a demo that can be run directly for experience. ?DEMO source code
docker pull newpanjing/simpleui_demo
docker run -p 8080:8080 newpanjing/simpleui_demo
After successful startup, visit: http://127.0.0.1:8080
Simpleui is a theme of Django admin. It is developed based on element-ui+vue, and more than 90% of the pages are rewritten and optimized. It is a similar product to suit. We are a theme that is more in line with Chinese people’s aesthetics and usage habits.
Please browse the usage documentation for detailed steps. You can also refer to Demo
pip install django - simpleui
After installing simpleui using pip or source code, add simpleui
to the first line of INSTALLED_APPS in the settings.py file of your project.
Give an example?:
# Application definition
INSTALLED_APPS = [
'simpleui' ,
'django.contrib.admin' ,
'django.contrib.auth' ,
'django.contrib.contenttypes' ,
'django.contrib.sessions' ,
'django.contrib.messages' ,
'django.contrib.staticfiles' ,
...
]
If you don’t know how to configure or use it, please download the local demo to learn. Or join the QQ group: 786576510 for consultation.
pip install django - simpleui - - upgrade
git clone https://github.com/newpanjing/simpleui
cd simpleui
python setup.py sdist install
If debug mode is turned off, please execute the following command to clone the simpleui static files to the root directory
python3 manage.py collectstatic
If there is an error in cloning the static file, please add the following to the settings.py file:
STATIC_ROOT = os.path.join(BASE_DIR, " static " )
For other questions, please refer to the official Django documentation.
i18n internationalization adopts js internationalization, which defaults to two languages: English and Chinese, and can be switched with the system. Please see international configuration for details.
For other questions, please check the quick start guide
View a list of supported versions
✔ | ✔ | ✔ | 11+ ✔ | ✔ | ✔ | ✔ |
If your project is using Simpleui, you can add the Simpleui badge to your README:
[![simpleui](https://img.shields.io/badge/developing%20with-Simpleui-2077ff.svg)](https://github.com/newpanjing/simpleui)
If you think simpleui is helpful to you, you can sponsor us for a cup of coffee and encourage us to continue development and maintenance.
The development of simpleui cannot be separated from the support of the following outstanding contributors. If you want to contribute code to simpleui, please fork to your own warehouse, then initiate a merge request and merge it into the dev branch.
Github | Contribution scope |
---|---|
@Abraverman666 | Developers |
@zhangzhibo1014 | English document translation |
@liaogx | bug fix |
@shouyong | bug fix |
@Roddy1219 | bug fix |
@WalkerWang731 | Quality code contribution |
@beginner | [email protected], top technical consultant |
Professional version based on SimpleUI: Simple Pro
Pure front-end Admin based on vue3 and element-plus: Simple Admin