PyDev and Django: how to restart dev server?

前端 未结 7 1554
一向
一向 2020-12-06 00:53

I\'m new to Django. I think I\'m making a simple mistake.

I launched the dev server with Pydev:

RClick on project >> Django >> Custom comman

7条回答
  •  渐次进展
    2020-12-06 01:31

    If you operate on Windows using the CMD: Quit the server with CTRL+BREAK.

    python manage.py runserver localhost:8000
    

提交回复
热议问题