I need to find a way to programmatically change the template path for every view in my project -- a decorator seems like a nice DRY way to accomplish that. But what's the best way to apply it to views in third-party apps?
The only way to accomplish this that I can think of is to declare new decorated versions of the view functions in my own views.py and duplicate the urlpatterns into my own urlconf rather than including the apps' url patterns. The new patterns will call the decorated functions. Is there a cleaner or simpler way to do this? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---