Django Book 翻译
菜单>:
TOC
返回
原文:
A Django settings file doesnt have to define any settings if it doesnt need to. Each setting has a sensible default value. These defaults live in the file ``django/conf/global_settings.py`` .
翻译:
一个django Settings可以为空,如果你不需要的话。每一个Settings有一个切合实际的默认值,这些默认值值在文件 ``django/conf/global_settings.py`` 里。
备注:
译者: