【发布时间】:2021-10-31 07:51:23
【问题描述】:
我在Git Bash下发出python manage.py runserver时,只出现一行输出:
Watching for file changes with StatReloader
当我停止服务器或更改代码时,会出现剩余的输出:
Performing system checks...
System check identified no issues (0 silenced).
September 01, 2021 - 23:11:21
Django version 3.2.7, using settings 'newserver.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CTRL-BREAK.
如何让它立即冲洗?
【问题讨论】:
-
您在导入时是否有阻塞代码?