From e7f44f4f41d45cc7cc2581a127af6feefe144425 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Thu, 23 Nov 2023 13:59:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20base=20=E6=B7=BB=E5=8A=A0=E7=AE=80?= =?UTF-8?q?=E5=8D=95=E7=9A=84readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 readme.md 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 文档