Sunday, April 3, 2011

Do you combine you Django decorators?

Do you use several Django decorators for your views or do you combine
the common ones into one or two custom decorators?

This is just something that I have been a bit curious about for a
while now as I tend to hate using more that one decorator per view. I
have often thought about combining them. Thought I have not done so as
yet. I hate looking at it but it seem more flexible nonetheless.

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment