gpt4 book ai didi

python - 我如何在django中没有任何 View 的情况下调用html模板

转载 作者:太空宇宙 更新时间:2023-11-04 08:39:01 32 4
gpt4 key购买 nike

我想在不调用任何 View 的情况下将index.html模板调用到特定的URL。

在 django 中有可能吗?

最佳答案

from django.views.generic import TemplateView

urlpatterns = [
(r'^home/$', TemplateView.as_view(template_name='index.html')),
]

关于python - 我如何在django中没有任何 View 的情况下调用html模板,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46251958/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com