Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from kay.utils.forms.modelform import ModelForm
- from people.models import Person
- class PersonForm(ModelForm):
- class Meta:
- model = Person
- exclude = ("created_at", "updated_at",)
Advertisement
Add Comment
Please, Sign In to add comment