factory/readme.md

10 lines
261 B
Markdown
Raw Permalink 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.

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