https://github.com/zhylcc/dailyfresh
参考自《黑马2020第三套Python就业》:天天生鲜网页项目
https://github.com/zhylcc/dailyfresh
django page python
Last synced: 3 months ago
JSON representation
参考自《黑马2020第三套Python就业》:天天生鲜网页项目
- Host: GitHub
- URL: https://github.com/zhylcc/dailyfresh
- Owner: zhylcc
- Created: 2021-02-20T14:02:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-02T09:24:41.000Z (over 4 years ago)
- Last Synced: 2025-01-26T01:48:52.826Z (5 months ago)
- Topics: django, page, python
- Language: HTML
- Homepage:
- Size: 369 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 天天生鲜——网页端django项目
环境:
+ WSL2-Ubuntu20.04
+ python3.6
+ requirements.txt依赖的服务:
+ mysql:用作数据库存储
+ redis:用作会话和缓存存储、celery的broker
+ fastdfs:用作图片存储
+ nginx:用作转发和负载均衡
+ alipay沙箱环境:用作支付服务接口涉及的技术:
+ nginx+uwsgi+django
> 通过nginx实现转发和负载均衡
> 使用django作为后端框架
> 使用uwsgi部署
+ html/css/js
> 部分前端模板页面自己编写
+ linux
> 封装简单的运行shell脚本
> python项目开发虚拟环境配置
> mysql、redis、nginx和fastdfs配置
> git配置及使用