What is the hostname of your machine? If you are using Windows then you can execute "ipconfig /all" on a cmd prompt
On Mon, Aug 21, 2017 at 11:27 PM, 輝夜三日月 <[email protected]> wrote: > > <https://lh3.googleusercontent.com/-fFnYL4i_goU/WZuWXJptlbI/AAAAAAAAAdg/QxumQ2x5Jxk_hwyxt766VtK3GeiZQT1kgCLcBGAs/s1600/146DC48AEDF19D723965768D0BBFB2B9.jpg> > just create a django project in Pycharm which was in a virtual environment > ,while it send me a unsolved problem about following things: > > > > "C:\Program Files\JetBrains\PyCharm 2017.2.1\bin\runnerw.exe" > C:\Users\Administrator\sample——venv\Scripts\python.exe > C:/Users/Administrator/PycharmProjects/untitle7/manage.py runserver 8000 > Performing system checks... > > System check identified some issues: > > WARNINGS: > ?: (1_8.W001) The standalone TEMPLATE_* settings were deprecated in Django > 1.8 and the TEMPLATES dictionary takes precedence. You must put the values > of the following settings into your default TEMPLATES dict: TEMPLATE_DIRS. > > System check identified 1 issue (0 silenced). > August 22, 2017 - 02:05:59 > Django version 1.11.4, using settings 'untitle7.settings' > Starting development server at http://127.0.0.1:8000/ > Quit the server with CTRL-BREAK. > Unhandled exception in thread started by <function > check_errors.<locals>.wrapper at 0x03827030> > Traceback (most recent call last): > File "C:\Users\Administrator\AppData\Local\Programs\Python\ > Python36-32\lib\site-packages\django\utils\autoreload.py", line 228, in > wrapper > fn(*args, **kwargs) > File "C:\Users\Administrator\AppData\Local\Programs\Python\ > Python36-32\lib\site-packages\django\core\management\commands\runserver.py", > line 149, in inner_run > ipv6=self.use_ipv6, threading=threading, server_cls=self.server_cls) > File "C:\Users\Administrator\AppData\Local\Programs\Python\ > Python36-32\lib\site-packages\django\core\servers\basehttp.py", line 164, > in run > httpd = httpd_cls(server_address, WSGIRequestHandler, ipv6=ipv6) > File "C:\Users\Administrator\AppData\Local\Programs\Python\ > Python36-32\lib\site-packages\django\core\servers\basehttp.py", line 74, > in __init__ > super(WSGIServer, self).__init__(*args, **kwargs) > File "C:\Users\Administrator\AppData\Local\Programs\Python\ > Python36-32\Lib\socketserver.py", line 453, in __init__ > self.server_bind() > File "C:\Users\Administrator\AppData\Local\Programs\Python\ > Python36-32\Lib\wsgiref\simple_server.py", line 50, in server_bind > HTTPServer.server_bind(self) > File "C:\Users\Administrator\AppData\Local\Programs\Python\ > Python36-32\Lib\http\server.py", line 138, in server_bind > self.server_name = socket.getfqdn(host) > File > "C:\Users\Administrator\AppData\Local\Programs\Python\Python36-32\Lib\socket.py", > line 673, in getfqdn > hostname, aliases, ipaddrs = gethostbyaddr(name) > UnicodeDecodeError: 'utf-8' codec can't decode byte 0xbb in position 0: > invalid start byte > > > > <https://lh3.googleusercontent.com/-fFnYL4i_goU/WZuWXJptlbI/AAAAAAAAAdg/QxumQ2x5Jxk_hwyxt766VtK3GeiZQT1kgCLcBGAs/s1600/146DC48AEDF19D723965768D0BBFB2B9.jpg> > just a empty project,I have done nothing but receive so many errors.I try > to find some methods to solve it in starkflow or somewhere but,just find a > unsolved question. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/django-users/a5580eb5-2b2b-4207-becb-65e183144f2d%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/a5580eb5-2b2b-4207-becb-65e183144f2d%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CALn3ei0WZFSM9qicnxdPmG4JWQ1cM%2BXnvdChoJ1kx%2B3mg6zZAQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

