Make Django Admin simple and firendly
Simple and friendly. Django admin theme the simpleui
中文 | English
👍 Built in 28 popular themes
⚡️ pip lightning installation, 100% compatible with native, admin
without modifying the code
✨ Multi-label pages, each module is more clear
🎯 Simple configuration, get started quickly, add simpleui
in settings.py
and start it immediately, the efficiency is increased by 100%!
Make back-end development handy.
☕️ Element-UI
and Vue
,Let the django admin
be better.
🦀 Add support for Django3.0 Python3.8, Python3.9, dares to do the first person to eat crab.
Django Admin
default interface design language has some shortcomings, such as single color, the use of a large number of lines, and obvious segmentation. To classify these shortcomings is that the interface is monotonous, obvious similarity, and lack of surprises. We believe that the new platform-like visual style can break these constraints, try some new explorations, and inspire traditional design cognition, so combined with the current design trend, I have conceived Element+Django Admin's
Simpleui. Let Django Admin
and Element
make the perfect interaction. With the most popular back-end design style, let Django Admin
is even more powerful.
- QQ group : 873469913
The document describes in detail how to use the installation, as well as a description of the various configuration items, please click on the link below.
👇👇👇👇👇👇👇👇👇👇👇
👉 1.simpleui Document 👈
👉 2.simpleui Document👈
👉 3.simpleui Document👈
👆👆👆👆👆👆👆👆👆👆👆
If you don't have any python django
basics, you can download a demo
that can be run directly.
😝DEMO SourceCode
Permission is limited, only the relevant data of the module can be viewed and cannot be operated. If you want to experience all the features, please install simpleui on your system to see the result.
- Address:https://www.88cto.com/admin/
- username:demo
- password:demo123456
docker pull newpanjing/simpleui_demo
docker run -p 8080:8080 newpanjing/simpleui_demo
Open a browser and visit: http://127.0.0.1:8080
🚀simpleui
is django admin's theme. It is a page based on element-ui
+ vue
development, rewriting and optimizing over 90%
.
It is the same product as the suit. We are a theme that is more in line with the aesthetic and usage habits of Chinese people.
Detailed steps Document. Also refer to Demo
- Installation
pip install django-simpleui
Use pip or Clone Source after installing simpleui, andsimpleui
to the first line of INSTALLED_APPS
in your project's settings.py
file.
For 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 how to use it,please download local demo to learning. Or join the QQ group : 786576510
consulting.
pip install django-simpleui --upgrade
git clone https://github.com/newpanjing/simpleui
cd simpleui
python setup.py sdist install
-
If turn off debug mode, execute the following command to clone the simpleui static file to the root directory.
python3 manage.py collectstatic
-
Clone static file error Please add in the
settings.py
file:STATIC_ROOT = os.path.join(BASE_DIR, "static")
-
Please refer to other questions django Documentation.
-
i18n internationalization adopt js internationalization, the default is English and Chinese, switch with the system. Please see International configuration
other questions Quick start guide
✔ | ✔ | ✔ | 11+ ✔ | ✔ | ✔ | ✔ |
If your project is using Simpleui,you can put the Simpleui badge add to your README:
[![simpleui](https://img.shields.io/badge/developing%20with-Simpleui-2077ff.svg)](https://github.com/newpanjing/simpleui)
If you think that simpleui
is helpful to you, you can sponsor us a cup of coffee and encourage us to continue to develop and maintain.
The development of simpleui is supported by the following excellent contributors. If you want to contribute code to simpleui, fork to your repository and then make a merge request to the dev branch.
Github | Scope |
---|---|
@Abraverman666 | Developers |
@zhangzhibo1014 | Translate English document |
@liaogx | Bug fix |
@shouyong | Bug fix |
@Roddy1219 | Bug fix |
@WalkerWang731 | Code contributions |