标签: python django
当我在settings.py USE_I18N = True中写道时,会出现调试错误:
USE_I18N = True
Connected to pydev debugger (build 129.782) error: unpack requires a string argument of length 8
当我写USE_I18N = False时,一切正常。
USE_I18N = False
可能是什么问题?