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 模板呈现视图(例如由 FileField 引用,但这无关紧要)。
处理这种情况的最佳方法是什么?
将该目录添加到TEMPLATE_DIRS设置中,然后在视图中使用适当的模板名称或路径。
TEMPLATE_DIRS
django 中的模板可以驻留在文件系统的任何位置。