Echo-Z/README.md

48 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 项目介绍
本项目是基于Django框架进行开发使用simpleui进行管理界面的开发
# 环境依赖
Django、simpleui、python3
# 目录结构描述
├── ReadMe.md // 帮助文档
├── home // 文章相关app
├── api // 项目api
├── comment // 评论app
└── Echo-Z // 项目配置等目录
# 使用说明
运行命令安装依赖
```shell
pip install -r requirements.txt
````
运行命令运行项目
```shell
python manage.py runserver
```
指定端口运行项目这里的9999是自己指定的端口
```shell
python manage.py runserver 9999
```
# 版本内容更新
###### 1.1.1
2025年6月19
项目建立
###### 1.2.0
2025年6月19日
完成文章的基础管理、文章的列表显示、文章的详细信息的功能编写,功能有待完善
###### 1.2.1
2025年6月23日
新增
1.文章详情页上一篇、下一篇功能
2.文章详情页评论列表显示
3.文章详情页评论发布
4.文章详情页点赞与取消点赞