Hello, I need the featured articles list (display_featured()) to be available in the Context of "category_view".
For the sake of performance, I don't want to inject it in all views. So I created the following signal listener : http://dpaste.org/VQzM/ It runs perfectly. My question is : Is there a more elegant / lighter way to retrieve the view than using django resolve() ? Thanks, Cyril -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
