Skip to content

Commit 556139a

Browse files
committed
完善了文档,增加了几项徽章
1 parent c7cedec commit 556139a

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ Django 新的动态Admin , 具有异步请求, 异步列表页刷新和加载, U
44
基于vue2+ElementUI2.X来对传统的DjangoAdmin进行重写. 非常易于使用, 便于快速搭建高性能后台管理.
55

66
基于[`SimplePro:6.5.2`](https://github.com/newpanjing/simplepro) 的二开项目, 明文代码,免授权,免激活。
7+
8+
[![](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Haoke98/DjangoAsyncAdmin)
9+
![](https://img.shields.io/badge/Django-092E20?style=for-the-badge&logo=django&logoColor=white)
10+
![](https://img.shields.io/badge/Vue.js-35495E?style=for-the-badge&logo=vue.js&logoColor=4FC08D)
11+
![](https://img.shields.io/badge/Google_chrome-4285F4?style=for-the-badge&logo=Google-chrome&logoColor=white)
12+
13+
![](https://img.shields.io/github/followers/Haoke98.svg?style=social&label=Follow&maxAge=2592000)
14+
![](https://img.shields.io/github/license/Haoke98/DjangoAsyncAdmin.svg)
15+
![](https://img.shields.io/github/downloads/Haoke98/DjangoAsyncAdmin/total.svg)
16+
![](https://img.shields.io/github/forks/Haoke98/DjangoAsyncAdmin.svg)
17+
![](https://img.shields.io/github/stars/Haoke98/DjangoAsyncAdmin.svg)
18+
![](https://img.shields.io/github/watchers/Haoke98/DjangoAsyncAdmin.svg)
19+
![](https://img.shields.io/github/commits-since/Haoke98/DjangoAsyncAdmin/v6.7.3.svg)
20+
21+
![](http://ForTheBadge.com/images/badges/made-with-python.svg)
22+
23+
724
## 灵感来历
825
* thinkPHP
926
* simpleUI

docs/index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@ Django 新的动态Admin , 具有异步请求, 异步列表页刷新和加载, U
33
基于vue2+ElementUI2.X来对传统的DjangoAdmin进行重写. 非常易于使用, 便于快速搭建高性能后台管理.
44

55
基于[`SimplePro:6.5.2`](https://github.com/newpanjing/simplepro) 的二开项目, 明文代码,免授权,免激活。
6+
7+
[![](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Haoke98/DjangoAsyncAdmin)
8+
![](https://img.shields.io/badge/Django-092E20?style=for-the-badge&logo=django&logoColor=white)
9+
![](https://img.shields.io/badge/Vue.js-35495E?style=for-the-badge&logo=vue.js&logoColor=4FC08D)
10+
![](https://img.shields.io/badge/Google_chrome-4285F4?style=for-the-badge&logo=Google-chrome&logoColor=white)
11+
12+
![](https://img.shields.io/github/followers/Haoke98.svg?style=social&label=Follow&maxAge=2592000)
13+
![](https://img.shields.io/github/license/Haoke98/DjangoAsyncAdmin.svg)
14+
![](https://img.shields.io/github/downloads/Haoke98/DjangoAsyncAdmin/total.svg)
15+
![](https://img.shields.io/github/forks/Haoke98/DjangoAsyncAdmin.svg)
16+
![](https://img.shields.io/github/stars/Haoke98/DjangoAsyncAdmin.svg)
17+
![](https://img.shields.io/github/watchers/Haoke98/DjangoAsyncAdmin.svg)
18+
![](https://img.shields.io/github/commits-since/Haoke98/DjangoAsyncAdmin/v6.7.3.svg)
19+
20+
![](http://ForTheBadge.com/images/badges/made-with-python.svg)
21+
22+
623
## 灵感来历
724
* thinkPHP
825
* simpleUI

0 commit comments

Comments
 (0)