Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. class InvoiceForm(forms.Form):
  2. invoice= forms.CharField(widget = forms.TextInput())
  3. Ref= forms.ModelChoiceField(queryset=Producto.objects.all())
  4. Product = forms.CharField(widget = forms.TextInput())
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement