Hi, I'm a newbie to Django. I've just read the reference doc and Django Book chapter on generic view, but I'm still a bit confused as to when to justify the use of generic views. This is just out of curiosity, as I'm sure there are aspects I've overlooked. My understanding is that generic views save you the trouble of defining a regular view, which it seems to work out quite nicely in many scenarios. However, in some examples that require extra work, we have to define a wrapper function. What's confusing me is how is this different from just defining regular views? I can't quite notice much reduction in code, nor improvements in reusability. Can anyone please help to point out what I'm missing?
Thanks very much! Bob --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---