Django从Google云媒体位置加载模板

时间:2018-09-22 20:19:24

标签: django python-3.x django-templates google-cloud-storage

我已经创建了一个html文件,并将其上传到了Google云媒体位置,我正尝试使用以下代码获取该html内容,但我无法获取模板对象。

from django.template import loader
template_name = 'http://storage.googleapis.com/media/templates/real.html'
template = loader.get_template(template_name)

有什么方法可以获取django模板对象吗?

0 个答案:

没有答案