Django mark / select some data in listview

后端 未结 0 1776
别跟我提以往
别跟我提以往 2020-12-05 20:42

i have listview class like this :

class VechileListView(ListView):
  model = Vechile
  template_name = \'store/arm_list.html\'
  context_object_name = \'arm\'         


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