Создаю новый проект на Django c помощью PyCharm. Ничего не меняю. При запуске проекта выбивает ошибку:
""C:\Program Files (x86)\JetBrains\PyCharm 5.0.3\bin\runnerw.exe""C:\Python34\python.exe E:/Projects/Proj_test/manage.py runserver 8000Performing system checks...System check identified no issues (0 silenced).You have unapplied migrations; your app may not work properly untilthey are applied. Run 'python manage.py migrate' to apply them.January 23, 2016 - 12:55:37Django version 1.9.1, using settings 'Proj_test.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>.wrapperat 0x036E9078>Traceback (most recent call last): [...] File ""C:\Python34\lib\http\server.py"", line 138, in server_bind self.server_name = socket.getfqdn(host) File ""C:\Python34\lib\socket.py"", line 467, in getfqdn hostname, aliases, ipaddrs = gethostbyaddr(name)UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc2 in position 0: invalid continuation byteАналогичная ситуация при использовании Visual Studio. Смена версии Python не решает. Использую Windows 7.
Подскажите, как можно решить данную ошибку.
question@mail.ru
·