Answer the question
In order to leave comments, you need to log in
Why is the Django web server not working?
Good afternoon! Can't start Django web server.
The data is:
C:\Users\79240\myfirst>py manage.py runserver
*nothing happens*
C:\Users\79240\myfirst>python manage.py runserver
*nothing again*
C:\Users\79240\myfirst>py --version
Python 3.8.2
C:\Users\79240\myfirst>py -m django --version
3.1
Created the myfirst project, no problem... When I start the server, nothing happens and the error in the browser is: Unable to fetch access to the site, Site 127.0.0.1 does not allow a connection to be established. ERR_CONNECTION_REFUSED
Computer name in Latin!
Answer the question
In order to leave comments, you need to log in
There shouldn't be any mistakes.
1) Post a screenshot of what happens after
python manage.py runserver
2) If the environment is not used (which is very in vain), then check for the presence of the django package (Although if you set it, it will be)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question