标签: django
我的posts.view页面有问题 这是我的观点页面,但错误仍然存在,而不是httpresponse
答案 0 :(得分:1)
试一试:
def create(request): if request.method == 'POST': # Your code here return render(request, 'posts/home.html') def home(request):