Django Book 翻译
菜单>:
TOC
返回
原文:
* Dont hard-code the tags name in your error messages, because that couples the tags name to your function. ``token.split_contents()[0]`` will *always* be the name of your tageven when the tag has no arguments.
翻译:
* 不要把标签名称硬编码在你的错误信息中,因为这样会把标签名称和你的函数耦合在一起。 ``token.split_contents()[0]`` *总会是* 是你的标签的名称,即使标签没有参数。
备注:
译者: