Django Book 翻译
菜单>:
TOC
返回
原文:
Pass ``configure()`` as many keyword arguments as youd like, with each keyword argument representing a setting and its value. Each argument name should be all uppercase, with the same name as the settings described earlier. If a particular setting is not passed to ``configure()`` and is needed at some later point, Django will use the default setting value.
翻译:
给“configue()”传递任意个关键字参数。每一个关键字参数和参数的值都代表了一项设置。每个参数名都应该为大写,而且,参数名别写错误了。如果一项设置在后面要用到,但却没有传递给“configue()”,Django将会使用默认值。
备注:
译者: