Reputation: 1
I have installed only python 3 and django latest version but still this error is coming
python: can't open file 'manage.py': [Errno 2] No such file or directory.
Upvotes: 0
Views: 6014
Reputation:
Make sure you run your ./manage.py runserver in the same directory where manage.py file exists
Upvotes: 1