ModelForm is responsible for that. Next, we have class Meta , where we tell Django which model should be used to create this form ( model = Post ) ...
確定! 回上一頁