VueDjangoAntdProBookShop
VueDjangoAntdProBookShop copied to clipboard
Vue前台 + Django3.1 + DjangoRestful Framework + Ant Design Pro V4 开发的二手书商城网站及后台管理
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Bumps [moment](https://github.com/moment/moment) from 2.27.0 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...
Bumps [axios](https://github.com/axios/axios) from 0.16.2 to 0.21.2. Release notes Sourced from axios's releases. v0.21.2 0.21.2 (September 4, 2021) Fixes and Functionality: Updating axios requests to be delayed by pre-emptive promise creation...
Bumps [async](https://github.com/caolan/async) from 1.5.2 to 2.6.4. Release notes Sourced from async's releases. v2.3.0 Added support for ES2017 async functions. Wherever you can pass a Node-style/CPS function that uses a callback,...
改进方法如标题所示 登陆时报错 找不到tyadmin_api_tyadminsyslog表 但是初始化sql脚本里创建的却是xadmin_api_tyadminsyslog表 改了表名就没有问题了 另外希望介绍页面 贴一下tyadmin的登录账户名与密码 否则还要改密码才能登录
项目已经运行起来,但点登录出现500错误 后台: File "C:\Users\Documents\VueDjangoAntdProBookShop\tyadmin_api\custom.py", line 34, in custom_exception_handler response.data = {"none_fields_errors": response.data} AttributeError: 'NoneType' object has no attribute 'data' [11/Apr/2021 20:47:00] "POST /api/xadmin/v1/login/account HTTP/1.1" 500 26215
找不到這個‘past’模塊 安裝的話會報錯 pip install past ERROR: Could not find a version that satisfies the requirement past (from versions: none) ERROR: No matching distribution found for past
``` (base) ✘ XXX@MacBook-Pro ~/document/VueDjangoAntdProBookShop master ● : docker-compose up Building mtianyan_book_store Step 1/7 : FROM python:3.7 ---> 8e3336637d81 Step 2/7 : ENV PYTHONUNBUFFERED 1 ---> Using...
docker部署的时候遇到的问题,网上查了很久,docker-compose.yaml文件里的root用户配置删除就行了