Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
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
何が問題になる可能性がありますか?
Had the same issue. Re-making and compiling messages files worked.
The situation occurred to me after undoing the removal of a django application folder in PyCharm (4.x). So re-doing those messages solved the issue.