Django Book 翻译
菜单>:
TOC
返回
原文:
If youd like default values to come from somewhere other than ``django.conf.global_settings`` , you can pass in a module or class that provides the default settings as the ``default_settings`` argument (or as the first positional argument) in the call to ``configure()`` .
翻译:
如果你想从 django.conf.global_settings 以外的地方获得默认设置,你可以传入一个提供默认设置当作 default_settings 的参数(或者当作第一个参数) 到回调函数 configure()。
备注:
译者: