N
N
Nicky232020-08-10 15:45:00
Django
Nicky23, 2020-08-10 15:45:00

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

1 answer(s)
D
Denis Melnikov, 2020-08-10
@Nicky23

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 question

Ask a Question

731 491 924 answers to any question