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?
Forum Archive
django manage.py error
murathanayanoglu
Jan 24, 2021 - 12:58
ccc
Jan 24, 2021 - 14:04
https://forum.omz-software.com/search/Django
murathanayanoglu
Jan 24, 2021 - 16:00
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
Jan 26, 2021 - 07:50
You might try installing stash, then you should be able to run manage.py in stash (maybe python manage.py, or .\manage.py