ValueError at /update/2 The view postjobs.views.updateemp didn't return an HttpResponse object. It returned None instead

前端 未结 0 940
遥遥无期
遥遥无期 2021-02-13 02:33

This is the code that gives the error in the question:

def editemp(request, id):
    cust = Customer.objects.get(id=id)
    return render(request, \'edit.html\',          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题