Skip to content

Commit b0acf2b

Browse files
committed
完善文档
1 parent 7884cd3 commit b0acf2b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# DjangoAsyncAdmin
21
Django 新的动态Admin , 具有异步请求, 异步列表页刷新和加载, UI更加美观.
32

43
基于vue2+ElementUI2.X来对传统的DjangoAdmin进行重写. 非常易于使用, 便于快速搭建高性能后台管理.
@@ -8,17 +7,23 @@ Django 新的动态Admin , 具有异步请求, 异步列表页刷新和加载, U
87
* thinkPHP
98
* simpleUI
109
* simplePro
10+
1111
## Demo
1212
* [数字化世界](https://github.com/Haoke98/AllKeeper)
13+
1314
## 使用方法
1415
* 详细文档请见 [DjangoAsyncAdmin Docs](https://haoke98.github.io/DjangoAsyncAdmin/) .
1516
* SimplePro文档相见 [SimplePro Docs](https://www.mldoo.com/docs/simplepro/) .
17+
1618
### 1.安装
19+
1720
#### pip安装
1821
```shell
1922
pip install DjangoAsyncAdmin
2023
```
24+
2125
#### 源代码安装
26+
2227
##### 1.克隆项目到本地
2328
```shell
2429
git clone https://github.com/Haoke98/DjangoAsyncAdmin.git

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ classifiers = [
1414
]
1515

1616
[project.urls]
17-
"Homepage" = "https://github.com/Haoke98/DjangoAsyncAdmin"
17+
"Homepage" = "https://haoke98.github.io/DjangoAsyncAdmin/"
1818
"Bug Tracker" = "https://github.com/Haoke98/DjangoAsyncAdmin/issues"
1919
"Documentation" = "https://haoke98.github.io/DjangoAsyncAdmin/"
2020
"Documentation" = "https://www.mldoo.com/docs/simplepro/"

0 commit comments

Comments
 (0)