django development server, how to stop it when it run in background

后端 未结 8 1705
渐次进展
渐次进展 2020-12-24 00:59

I use a clode server to test my django small project , I type in manage.py runserver & ,and then I log out my cloude server ,I can visit mysite normally but when I reloa

8条回答
  •  -上瘾入骨i
    2020-12-24 01:34

    well it seems that it's a bug that django hadn't provided a command to stop the development server . I thought it have one before~~~~~

提交回复
热议问题