PyDev and Django: how to restart dev server?

前端 未结 7 1550
一向
一向 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

    Solution: create an interpreter error in some project file. This will cause the server to crash. Server can then be restarted as normal.

提交回复
热议问题