The Template layer of a Django application allows you to separate the UI or presentation layout of a Web application from its data.
Django 应用程序的模板层允许您将 Web 应用程序的 UI 或显示布局与它的数据分开。
Delete the call-template element from the code to remove the Properties section from the layout, as Listing 7 shows.
从代码中删去call - template元素,以去掉布局中的properties段落,如列表7所示。
应用推荐