Re: generic views vs writing my own

2009-10-30 Thread bruno desthuilliers
On 29 oct, 17:51, Ross 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 u

generic views vs writing my own

2009-10-29 Thread Ross
For which cases would a user wish to write their own views rather than using generic views? 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. I'm current