On 29 oct, 17:51, Ross <ross.j...@gmail.com> wrote:
> For which cases would a user wish to write their own views rather than
> using generic views?
I'd rather formulate this the other way round : for which cases would
you use generic views rather than your own ? And the answer is
obvious : whenever your view ends up doing the same very same thing as
a generic view !-)
> I'm new to Django and would like to build a page
> that prompts the user to enter information into a form to sign up for
> a league. Upon submitting the form, they can see the updated league
> roster.
Then you need to write your own view(s) to handle the form display and
submission.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---