They are two very different animals really.

Generic views work as a way to cut code from your views code (the code
that creates the httpresponse, between the url handling and the
template rendering). Newforms is the way that Django creates and
handles forms. You will generally need to use a new form inside a
view.

Documentation on each is great:
http://www.djangoproject.com/documentation/generic_views/
http://www.djangoproject.com/documentation/newforms/

hope that helps,
Michael



On Sun, Mar 30, 2008 at 3:22 PM, Victor Quiroz <[EMAIL PROTECTED]> wrote:
>
>  Hello, what is the difference (advantage) to use generic  views or newforms
>
>
>  Victor
>
>  >
>

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to