diff --git a/readme.md b/readme.md new file mode 100644 index 00000000..aeaf19ca --- /dev/null +++ b/readme.md @@ -0,0 +1,9 @@ +## 如何运行 + +将 server 下的 conf_e.json 以及 conf_e.py,重名名为 conf.json 和 conf.py。 + +根据自己的情况修改参数 + +在项目目录下执行 python manage.py runserver 即可 + +运行后在 localhost:8000/api/swagger/下查看 api 文档