说明文档和 requirements.txt
parent
5f54fe387d
commit
409d5b5a49
14
README.md
14
README.md
|
@ -1,3 +1,17 @@
|
||||||
|
# Django-Vue-Admin
|
||||||
|
|
||||||
|
使用django+vue进行极速开发的全栈管理系统。
|
||||||
|
|
||||||
|
[](https://github.com/newpanjing/simpleui/blob/master/LICENSE) [](https://pypi.org/project/django-simpleui/#history) [](https://python.org/) [](https://pypi.org/project/django-simpleui/)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## QQ群
|
||||||
|
|
||||||
|
- QQ群号:812482043
|
||||||
|
|
||||||
|
<img src='http://pic.pgroom.cn/72851614273011_.pic.jpg' width='200'>
|
||||||
|
|
||||||
## 源码地址
|
## 源码地址
|
||||||
|
|
||||||
github地址:[https://gitee.com/liqianglog/django-vue-admin](https://gitee.com/liqianglog/django-vue-admin)
|
github地址:[https://gitee.com/liqianglog/django-vue-admin](https://gitee.com/liqianglog/django-vue-admin)
|
||||||
|
|
|
@ -0,0 +1,21 @@
|
||||||
|
asgiref==3.3.1
|
||||||
|
Django==2.2.16
|
||||||
|
django-cors-headers==3.7.0
|
||||||
|
django-filter==2.4.0
|
||||||
|
django-ranged-response==0.2.0
|
||||||
|
django-redis==4.12.1
|
||||||
|
django-rest-framework-mongoengine==3.4.1
|
||||||
|
django-simple-captcha==0.5.13
|
||||||
|
djangorestframework==3.12.2
|
||||||
|
djangorestframework-jwt==1.11.0
|
||||||
|
drf-extensions==0.7.0
|
||||||
|
jsonpath==0.82
|
||||||
|
mongoengine==0.22.1
|
||||||
|
mysqlclient==2.0.3
|
||||||
|
Pillow==8.1.0
|
||||||
|
PyJWT==1.7.1
|
||||||
|
pymongo==3.11.3
|
||||||
|
pytz==2021.1
|
||||||
|
redis==3.5.3
|
||||||
|
six==1.15.0
|
||||||
|
sqlparse==0.4.1
|
Binary file not shown.
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 91 KiB |
Binary file not shown.
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 74 KiB |
Loading…
Reference in New Issue