Echo-Z/README.md
2025-06-19 10:47:41 +08:00

35 lines
707 B
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
└── 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
项目建立