안녕하세요.
파이썬 3.4 django 1.8.2 를 이용해 블로그를 만들어보고자 하는 초급 개발자입니다.
주변에 물어 볼 곳이 없어 염치 불고하고 가입 후에 바로 질문글 남깁니다.
윈도우 환경에서 이클립스를 이용해 프로젝트를 생성하였는데
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xbf in position 2: invalid start byte
위 와 같은 오류가 뜨면서 서버 실행이 안되네요 ㅠㅠ
파이썬 버전이 문제인건지 저로써는 도저히 감이 안 잡힙니다.
혹시 위와 같은 오류 겪어보신 분 계신가요?
아래는 콘솔창에 서버를 실행했을 때 뜨는 내용입니다.
Performing system checks...
System check identified no issues (0 silenced).
You have unapplied migrations; your app may not work properly until they are applied.
Run 'python manage.py migrate' to apply them.
June 10, 2015 - 16:47:18
Django version 1.8.2, using settings 'blog.settings'
Quit the server with CTRL-BREAK.
Unhandled exception in thread started by <function check_errors.<locals>.wrapper at 0x0333BCD8>
Traceback (most recent call last):
File "C:\Python34\lib\site-packages\django-1.8.2-py3.4.egg\django\utils\autoreload.py", line 223, in wrapper
fn(*args, **kwargs)
File "C:\Python34\lib\site-packages\django-1.8.2-py3.4.egg\django\core\management\commands\runserver.py", line 139, in inner_run
ipv6=self.use_ipv6, threading=threading)
File "C:\Python34\lib\site-packages\django-1.8.2-py3.4.egg\django\core\servers\basehttp.py", line 191, in run
httpd = httpd_cls(server_address, WSGIRequestHandler, ipv6=ipv6)
File "C:\Python34\lib\site-packages\django-1.8.2-py3.4.egg\django\core\servers\basehttp.py", line 76, in __init__
super(WSGIServer, self).__init__(*args, **kwargs)
File "C:\Python34\lib\socketserver.py", line 430, in __init__
self.server_bind()
File "C:\Python34\lib\site-packages\django-1.8.2-py3.4.egg\django\core\servers\basehttp.py", line 80, in server_bind
super(WSGIServer, self).server_bind()
File "C:\Python34\lib\wsgiref\simple_server.py", line 50, in server_bind
HTTPServer.server_bind(self)
File "C:\Python34\lib\http\server.py", line 135, in server_bind
self.server_name = socket.getfqdn(host)
File "C:\Python34\lib\socket.py", line 463, in getfqdn
hostname, aliases, ipaddrs = gethostbyaddr(name)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xbf in position 2: invalid start byte
가입하자 마자 이런 질문글 남겨서 죄송합니다.
도와주세요 선배님들 ㅠㅠㅠ