Condredge wrote:
> Hey Anton,
> Another option is to write a wrapper view that makes use of the generic
> views but adds more to it.  James Bennett over at B-List wrote a very
> useful article on this:
> http://www.b-list.org/weblog/2006/11/16/django-tips-get-most-out-generic-views

In my opinion this is a must-know w.r.t. generic  views.

Actually, IMO this should be the standard and recommended way of using
generic views instead of putting them into url.py. it is just cleaner
and more logical to keep all views (also generic ones) in the view.py
file.

regards
Terri


--~--~---------~--~----~------------~-------~--~----~
 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