AttributeError 'QuerySet' object has no attribute '_meta'

后端 未结 0 1579
感动是毒
感动是毒 2021-01-04 01:02

I\'m getting this error when I try to load the page.

this is the view:

def neworder(request):
    products = Product.objects.all().prefetch_related(\'s         


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