Hi, I'm a newbie when it comes to Django ... I picked it up for a personal project because it seemed like a good fit.
I do miss a feature from Catalyst ... chained actions. I added this functionality to Django by myself (just a few hours hack), see here (example + code): http://code.google.com/p/django-catalyst/ It's all about code-reuse in views. What I'd like to ask you guys ... what's the recommended practice for achieving the same thing in Django? I hate repeating myself, and the chained actions from Catalyst allow for some neat tricks. Next on my agenda is to automatically generate the patterns in urls.py. But I don't know if this is such a good idea. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---