Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. class ParticipanteForm(forms.ModelForm):
  2.  
  3.     class Meta:
  4.         model = Participante
  5.         fields = ('__all__')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement