Сначала я создал виртуальную среду ... затем я создал проект с именем crm , когда я набираю python manage.py runserver
Watching for file changes with StatReloader
Performing system checks...
System check identified no issues (0 silenced).
April 19, 2020 - 19:03:25
Django version 3.0.5, using settings 'crm.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CTRL-BREAK.
тогда когда я go к этому http://127.0.0.1: 8000 / на Firefox я получу
Exception happened during processing of request from ('127.0.0.1', 54978)
Traceback (most recent call last):
File "c:\users\administrator\appdata\local\programs\python\python38\lib\socketserver.py", line 650, in process_request_thread
self.finish_request(request, client_address)
File "c:\users\administrator\appdata\local\programs\python\python38\lib\socketserver.py", line 360, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "c:\users\administrator\appdata\local\programs\python\python38\lib\socketserver.py", line 720, in __init__
self.handle()
File "C:\Users\Administrator\Envs\webdev\lib\site-packages\django\core\servers\basehttp.py", line 174, in handle
self.handle_one_request()
File "C:\Users\Administrator\Envs\webdev\lib\site-packages\django\core\servers\basehttp.py", line 182, in handle_one_request
self.raw_requestline = self.rfile.readline(65537)
File "c:\users\administrator\appdata\local\programs\python\python38\lib\socket.py", line 669, in readinto
return self._sock.recv_into(b)
ConnectionAbortedError: [WinError 10053] An established connection was aborted by the software in your host machine
Может кто-нибудь объяснить мне, почему я получил эту ошибку ??