【发布时间】:2012-08-15 14:24:03
【问题描述】:
在 php 文件中,这个任务可能是另一个文件的简单包含,但我想知道在 Django 中是否有类似的做法?就像这里描述的:https://docs.djangoproject.com/en/dev/ref/templates/builtins/?from=olddocs#include
【问题讨论】:
-
您想要包含 css/js 文件还是想要包含 python 代码/模块?
-
嗯,我认为无论我包括什么都是一样的原则?