super().__init__(**kwargs) TypeError:__init__() got an unexpected keyword argument 'attrs'

前端 未结 0 1813
春和景丽
春和景丽 2021-01-24 01:39

class ArticlesForm(ModelForm): class Meta: model = Articles fields = [\'title\', \'intro\', \'full_text\', \'data\' ]

    widgets = {
        \'title\' : TextInpu         


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