Advertisement
Guest User

formulario

a guest
Jul 30th, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. class formulario(forms.ModelForm):
  2. num_documento = NgTextField()
  3. class Meta:
  4. model = model
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement