Guest User

Untitled

a guest
Jun 25th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. E:DJProgectmysite>D:/Python/python manage.py runserver
  2. Performing system checks...
  3.  
  4. System check identified no issues (0 silenced).
  5.  
  6. You have 14 unapplied migration(s). Your project may not work properly until you
  7. apply the migrations for app(s): admin, auth, contenttypes, sessions.
  8. Run 'python manage.py migrate' to apply them.
  9. June 25, 2018 - 18:19:48
  10. Django version 2.0.6, using settings 'mysite.settings'
  11. Starting development server at http://127.0.0.1:8000/
  12. Quit the server with CTRL-BREAK.
  13. Unhandled exception in thread started by <function check_errors.<locals>.wrapper
  14. at 0x031DF420>
  15. Traceback (most recent call last):
  16. File "D:Pythonlibsite-packagesdjangoutilsautoreload.py", line 225, in wr
  17. apper
  18. fn(*args, **kwargs)
  19. File "D:Pythonlibsite-packagesdjangocoremanagementcommandsrunserver.py
  20. ", line 142, in inner_run
  21. ipv6=self.use_ipv6, threading=threading, server_cls=self.server_cls)
  22. File "D:Pythonlibsite-packagesdjangocoreserversbasehttp.py", line 163,
  23. in run
  24. httpd = httpd_cls(server_address, WSGIRequestHandler, ipv6=ipv6)
  25. File "D:Pythonlibsite-packagesdjangocoreserversbasehttp.py", line 66, i
  26. n __init__
  27. super().__init__(*args, **kwargs)
  28. File "D:Pythonlibsocketserver.py", line 453, in __init__
  29. self.server_bind()
  30. File "D:Pythonlibwsgirefsimple_server.py", line 50, in server_bind
  31. HTTPServer.server_bind(self)
  32. File "D:Pythonlibhttpserver.py", line 138, in server_bind
  33. self.server_name = socket.getfqdn(host)
  34. File "D:Pythonlibsocket.py", line 673, in getfqdn
  35. hostname, aliases, ipaddrs = gethostbyaddr(name)
  36. UnicodeDecodeError: 'utf-8' codec can't decode byte 0xcf in position 0: invalid
  37. continuation byte
  38.  
  39. E:DJProgectmysite>
Add Comment
Please, Sign In to add comment