Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在生产中运行我的 django 应用程序时,base.html 被具有“{% extends "base.html" %}" 的模板正确拾取 - 但在我的本地机器上,页面在没有它的情况下呈现。
如果我将 base.html 的名称更改为其他任何名称(实际上是任何有效的文件名),那么它就可以工作。