1👍
✅
You have a typo on your form, its Meta
not Mete
class TaskForm(forms.ModelForm):
class Meta:
model = Task
fields = '__all__'
Source:stackexchange.com