Django Book 翻译
菜单>:
TOC
返回
原文:
The answer lies in the ``INSTALLED_APPS`` setting. The first time any model is loaded, Django iterates over every model in ``INSTALLED_APPS`` and creates the backward relationships in memory as needed. Essentially, one of the functions of ``INSTALLED_APPS`` is to tell Django the entire model domain.
翻译:
备注:
译者: