Problem with runserver django


#1

Hello, nobody can help me here is my problem (python manage.py runserver)

Exception in thread django-main-thread:
Traceback (most recent call last):
File “c:\users\asus\appdata\local\programs\python\python37-32\Lib\threading.py”, line 917, in _bootstrap_inner
self.run()
File “c:\users\asus\appdata\local\programs\python\python37-32\Lib\threading.py”, line 865, in run
self._target(*self._args, **self._kwargs)
File “C:\Users\ASUS\Envs\py1\lib\site-packages\django\utils\autoreload.py”, line 54, in wrapper
fn(*args, **kwargs)
File “C:\Users\ASUS\Envs\py1\lib\site-packages\django\core\management\commands\runserver.py”, line 139, in inner_run
ipv6=self.use_ipv6, threading=threading, server_cls=self.server_cls)
File “C:\Users\ASUS\Envs\py1\lib\site-packages\django\core\servers\basehttp.py”, line 203, in run
httpd = httpd_cls(server_address, WSGIRequestHandler, ipv6=ipv6)
File “C:\Users\ASUS\Envs\py1\lib\site-packages\django\core\servers\basehttp.py”, line 67, in init
super().init(*args, **kwargs)
File “c:\users\asus\appdata\local\programs\python\python37-32\Lib\socketserver.py”, line 452, in init
self.server_bind()
File “c:\users\asus\appdata\local\programs\python\python37-32\Lib\wsgiref\simple_server.py”, line 50, in server_bind
HTTPServer.server_bind(self)
File “c:\users\asus\appdata\local\programs\python\python37-32\Lib\http\server.py”, line 139, in server_bind
self.server_name = socket.getfqdn(host)
File “c:\users\asus\appdata\local\programs\python\python37-32\Lib\socket.py”, line 676, in getfqdn
hostname, aliases, ipaddrs = gethostbyaddr(name)


#2

Are you using the Hello Web App tutorial?