Django Book 翻译
菜单>:
TOC
返回
原文:
In the previous example using ``Author.objects.all()`` as the ``queryset`` , the application label would be ``books`` and the model name would be ``author`` . This means the default template would be ``books/author_list.html`` .
翻译:
在先前的例子中使用 ``Author.objects.all()`` 作为 ``queryset`` , 程序的标签将会是 ``books`` 和模型的名字将是 ``author`` . 这意味着缺省的模板将是 ``books/author_list.html`` .
备注:
译者: