Django Book 翻译
菜单>:
TOC
返回
原文:
Theres an easy way to view which of your settings deviate from the default settings. The command ``manage.py diffsettings`` displays differences between the current settings file and Djangos default settings.
翻译:
有一个容易的方法来查看你的哪些Settings 和默认的Settings 不同,命令行 ``manage.py diffsettings`` 可以显示当前的settings 文件文件和默认的settings 的不同之处。
备注:
译者: