2013-12-07 39 views
0

Django開發服務器1.6在第一次運行時沒有使用標準配置文件啓動。哪裏不對?Django開發服務器1.6在第一次運行時沒有啓動

December 07, 2013 - 20:21:45 
Django version 1.6, using settings 'test_project.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 0x028D3DB0> 
Traceback (most recent call last): 
    File "D:\program_files\python33\lib\site-packages\django\utils\autoreload.py", 
line 93, in wrapper 
    fn(*args, **kwargs) 
... 
... 
... 
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xcf in position 2: invalid 
continuation byte 

完整的錯誤列表here

回答

0

的問題是在計算機名稱西里爾符號。重命名並重新啓動後,一切正常。

相關問題