Forum Archive

django manage.py error

murathanayanoglu

error: python Errno 2,No such file or directory: "manage.py" when using stash and django,I somehow made "runserver" work with longpressing start an typing this in manage.py runserver --noreload , but I couldnt find a way to fix that error when trying to use startapp. Is there something I can do?

ccc

https://forum.omz-software.com/search/Django

murathanayanoglu

hello,Thanks but I have solved that problem,but I couldnt find anything on manage.py startapp error,It says there is no file or directory named manage.py.Some happened when I was trying manage.py runserver but found a way to do it with runserver --noreload,is there are solution like this for startapp too?I follow this tutorial (https://youtu.be/_uQrJ0TkZlc)and he types that command in the 5:07:39 time mark.I hope that there is a solution

JonB

You might try installing stash, then you should be able to run manage.py in stash (maybe python manage.py, or .\manage.py