Django Book 翻译
菜单>:
TOC
返回
原文:
If you define a custom ``LANGUAGES`` setting, its OK to mark the languages as translation strings, but you should *never* import ``django.utils.translation`` from within your settings file, because that module in itself depends on the settings, and that would cause a circular import.
翻译:
备注:
译者: