I downloaded the django web framework for python but struggle to run my server online with the help of the python3 manage.py runserver command. I’ve already tried it it without the 3 in the command but without luck. Everytime I try to run the python3 manage.py runserver command I get the following Error message: (I left out some lines where my user data is mentioned.)
can’t open file : [Errno 2] No such file or directory
I expected it to give me a link to my newly created django server though haven’t had much success yet.
Pippin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.