feat: 添加日记系统
- 完整的 Django 后端 (diary app) - 前端页面 - 部署脚本 (本地 + 云端) - Nginx 配置 - 数据迁移工具 - 同步工具
This commit is contained in:
4
diary-system/backend/requirements.txt
Executable file
4
diary-system/backend/requirements.txt
Executable file
@@ -0,0 +1,4 @@
|
||||
Django>=4.2
|
||||
djangorestframework>=3.14
|
||||
django-cors-headers>=4.0
|
||||
psycopg2-binary>=2.9
|
||||
Reference in New Issue
Block a user