Django Book 翻译
菜单>:
TOC
返回
原文:
In these cases, you can configure Djangos settings manually. Do this by calling ``django.conf.settings.configure()`` . Heres an example:
翻译:
这在些情况下,你可以手工设置Django的settings,通过 ``django.conf.settings.configure()`` 。这里有一个例子:
备注:
译者: