Modelform 本身沒有widgets,需要藉助於forms,所以當在ModelForm中需要通過widgets參數自定義插件的時候,需要from django.forms import widgets as ...
確定! 回上一頁