Omer Habib
Omer Habib

Reputation: 1

Django python 3 " python: can't open file 'manage.py': [Errno 2] No such file or directory"

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

Answers (1)

user5524899
user5524899

Reputation:

Make sure you run your ./manage.py runserver in the same directory where manage.py file exists

Upvotes: 1

Related Questions