I'm new to Django and web programming in general and I'm trying to
write a simple page that will allow users to sign up for different
leagues. The sign up form will have multiple fields (name, phone,
address, etc). I've read over the forms documentation and the
modelforms documentation, but I'm still confused over when I should
use one or the other. I'm confused because it seems to me that since
any form where a user enters information commits that info to the
database, why wouldn't I always use ModelForm. Lastly, as a side-
question, can either of these be used in conjunction with generic
views, or must I write my own?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to
django-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---