运行模板时出现Django Import Error

时间:2016-11-21 16:58:05

标签: django python-2.7 importerror

使用模板时出现此错误:

ImportError: No module named templates.backends.django

如果我使用HttpResponse页面显示,但我使用render函数收到此错误。

views.py:

from django.shortcuts import render
def login(request):
    return render(request,'/test.html')

我正在使用python 2.7.12

0 个答案:

没有答案