当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 467

Evan / simpleui
暂停

forked from 武松 / simpleui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README_en.md 8.54 KB
一键复制 编辑 原始数据 按行查看 历史
武松 提交于 2021-03-17 17:05 . add docker

   Simpleui

Make Django Admin simple and firendly

Simple and friendly. Django admin theme the simpleui

 


中文 | English


demo

simpleui Characteristics

👍 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.

Original intention of development

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

  • QQ group : 873469913

Document

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.

Important Things To Say Three Times:

👇👇👇👇👇👇👇👇👇👇👇

👉 1.simpleui Document 👈

👉 2.simpleui Document👈

👉 3.simpleui Document👈

👆👆👆👆👆👆👆👆👆👆👆

Local Demo download

If you don't have any python django basics, you can download a demo that can be run directly. 😝DEMO SourceCode

Online Demo

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.

Docker

docker pull newpanjing/simpleui_demo

docker run -p 8080:8080 newpanjing/simpleui_demo

Open a browser and visit: http://127.0.0.1:8080

What is simpleui?

🚀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.

Start

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.

Upgrade simpleui

pip install django-simpleui --upgrade

Clone source local installation

git clone https://github.com/newpanjing/simpleui
cd simpleui
python setup.py sdist install

common problem:

  1. If turn off debug mode, execute the following command to clone the simpleui static file to the root directory.

    python3 manage.py collectstatic
  2. Clone static file error Please add in the settings.py file:

    STATIC_ROOT = os.path.join(BASE_DIR, "static")
  3. Please refer to other questions django Documentation.

  4. i18n internationalization adopt js internationalization, the default is English and Chinese, switch with the system. Please see International configuration

other questions Quick start guide

Support for django and python versions

List of Supported Versions

Browser Compatibility

Chrome Firefox Edge IE Safari Opera UC
11+ ✔

README Badge

If your project is using Simpleui,you can put the Simpleui badge ice add to your README:

[![simpleui](https://img.shields.io/badge/developing%20with-Simpleui-2077ff.svg)](https://github.com/newpanjing/simpleui)

Sponsor💰

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. sponsor us

Login Page

Home Page

List Page

Switch Theme

Change Password

Edit Page

Set Font Size

Great developer

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
Python
1
https://gitee.com/likeshe/simpleui.git
git@gitee.com:likeshe/simpleui.git
likeshe
simpleui
simpleui
master

搜索帮助