更新
This commit is contained in:
@@ -66,7 +66,6 @@ path('api/xxx/', include('hertz_studio_django_xxx.urls')),
|
||||
python start_server.py --port 8000
|
||||
```
|
||||
|
||||
|
||||
- 通过bat脚本启动(快捷)
|
||||
|
||||
双击 start_server.bat
|
||||
@@ -115,5 +114,11 @@ ffmpeg压缩包在根目录下面的static目录下,如下图。
|
||||
|
||||
## 九、**快速启动**
|
||||
|
||||
- 安装依赖:`pip install -r requirements.txt -i https://hertz:hertz@hzpypi.hzsystems.cn/simple/`
|
||||
- 安装依赖:
|
||||
|
||||
pip install -r requirements.txt
|
||||
|
||||
pip install -r hertz.txt -i https://hertz:hertz@hzpypi.hzsystems.cn/simple/
|
||||
|
||||
- 启动服务:`python start_server.py --port 8000`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user