It should be model instead of Model (and without the trailing `, but I guess that’s a typo):
class PickForm(ModelForm):
class Meta:
model = Car
It should be model instead of Model (and without the trailing `, but I guess that’s a typo):
class PickForm(ModelForm):
class Meta:
model = Car