djangopycharm

Faced this error on PyCharm when I tried to run my project on server. Can someone help me with it?


enter image description here [btw I have already installed Django PyCharm]

Tried to run my project on web server but not working for some reason. I believe it has something to do with the directory. For some reason PyCharm can't find Django in my project.


Solution

  • You ran a strange command. There is nothing like django manage.py runserver.

    What we have is: python manage.py runserver or py manage.py runserver for Windows users.