feat: base 添加简单的readme

This commit is contained in:
caoqianming 2023-11-23 13:59:30 +08:00
parent d967e335e8
commit e7f44f4f41
1 changed files with 9 additions and 0 deletions

9
readme.md Normal file
View File

@ -0,0 +1,9 @@
## 如何运行
将 server 下的 conf_e.json 以及 conf_e.py重名名为 conf.json 和 conf.py。
根据自己的情况修改参数
在项目目录下执行 python manage.py runserver 即可
运行后在 localhost:8000/api/swagger/下查看 api 文档