can't open file 'manager.py': [Errno 2] No such file or directory

Question:

I’m trying to create an application using python and django, but this error keeps happening. my screen

What I’ve already tried:

  • put python path and script in environment variables

  • reinstall python

  • reinstall django

  • close and open vscode (I thought it was an update issue)

  • run the server inside setup – the application folder

If anyone can help me, thank you very much.

Asked By: Giovana Tempesta

||

Answers:

You should run the right command which is:

python manage.py runserver
Answered By: Ahmed badal
Categories: questions Tags: ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.