Advertisement
Guest User

Untitled

a guest
Mar 31st, 2021
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. class AddedCostForm(ModelForm):
  2. class Meta:
  3. model = AddedCost
  4. fields = ['image', 'comment', 'cost']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement