How to use visual studio code to debug django

后端 未结 4 600
一向
一向 2021-01-31 04:00

I\'m new at django development and come from desktop/mobile app development with Xcode and related IDE.

I have to use Django and I was

4条回答
  •  轮回少年
    2021-01-31 04:55

    Nothing worked for me until I had disabled auto reload (--noreload as an argument is crucial, not really sure why it causes problem with debugging)

提交回复
热议问题