gpt4 book ai didi

python - 在 Django 中提供静态 index.html

转载 作者:行者123 更新时间:2023-11-28 22:40:50 25 4
gpt4 key购买 nike

事情是,我在一个模块上有一个 angular + cordova 应用程序。我只想要 django 的 REST api 用于网络服务器。没有 View 或任何东西(只是为了提供 Angular View )。

如何使用 Django 提供静态 index.html?我需要不同的项目结构吗?我是 django 的新手。

提前致谢!

This is driving me nuts.

最佳答案

可以直接使用TemplateView:

from django.views.generic import TemplateView

...
url(r'^$', TemplateView.as_view(template_name='index.html'))

记住你需要configure your templates folder仅按名称调用 .html 文件。

关于python - 在 Django 中提供静态 index.html,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33222602/

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