提交 6a8bb651 编写于 作者: C Corley

V1.0

上级 181e39ab
使用Django和Vue开发一个生鲜电商平台,采用前后端分离技术实现。
#### 安装环境依赖
在克隆或下载项目后,在项目目录下执行pip install -r requirements.txt命令安装项目所需库。
#### V1.0
搭建项目整体框架,先进行项目初始化、进行数据库和app配置,并进行用户、商品、交易和用户操作数据模型的设计,并配置xadmin后台管理系统,最后实现数据映射和测试数据导入。
\ No newline at end of file
asgiref==3.2.10
certifi==2020.6.20
chardet==3.0.4
defusedxml==0.6.0
diff-match-patch==20200713
Django==3.0.8
django-crispy-forms==1.9.2
django-filter==2.3.0
django-formtools==2.2
django-import-export==2.3.0
django-reversion==3.0.7
djangorestframework==3.11.0
et-xmlfile==1.0.1
future==0.18.2
httplib2==0.9.2
idna==2.10
jdcal==1.4.1
Markdown==3.2.2
MarkupPy==1.14
mysqlclient==1.4.6
odfpy==1.4.1
openpyxl==3.0.4
Pillow==7.2.0
pytz==2020.1
PyYAML==5.3.1
requests==2.24.0
six==1.15.0
sqlparse==0.3.1
tablib==2.0.0
urllib3==1.25.9
xlrd==1.2.0
XlsxWriter==1.2.9
xlwt==1.3.0
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册