Would someone explain to me when you would choose one class over the other? 
Does forms.Form not create a database? Can't you just render models.Model 
as a form?


I understand forms.ModelForm is a helper class for creating a form from a 
model. But I still don't really understand why you would choose one over 
the other, like when?


Are forms.Form more for GET requests? And the others are POST?


Most of what I am trying to do is serve some forms, have the user POST some 
data, and then query the database.


Thanks guys.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/0db5cf5f-23d2-43c1-8d1c-87ce5eab7efe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to