'int' object has no attribute 'save' Django error

前端 未结 0 591
青春惊慌失措
青春惊慌失措 2020-12-12 09:43
def approve(request):
    print("approval test")
    if request.method == "POST":
        ap=request.POST.get("approve")
        print(         


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