Django Book 翻译
菜单>:
TOC
返回
原文:
The main thing to note here is the variable ``urlpatterns`` , which Django expects to find in your ``ROOT_URLCONF`` module. This variable defines the mapping between URLs and the code that handles those URLs.
翻译:
当前应该注意是 ``urlpatterns`` 变量, Django 期望能从 ``ROOT_URLCONF`` 模块中找到它。该变量定义了 URL 以及用于处理这些 URL 的代码之间的映射关系。
备注:
译者: