Django views does not exist or could not import

前端 未结 7 1437
温柔的废话
温柔的废话 2021-02-12 07:59

This morning i have been working on my project. I finished what i was doing and i pushed new code to git.

Now, i went to run my project to start working on it and index

7条回答
  •  灰色年华
    2021-02-12 08:30

    it happend to me, evevtually the problem was i had a syntax error in one of the forms in forms.py, and i imported this form into my views.py file. Django error message still pointed me to view does not exist error

提交回复
热议问题