You probably need to make your own context processor for one of those
apps, that adds categories as a different variable. You can probably
just wrap the function in another function and switch the key name in
the return dict.

Does that help?
Alex

On Sun, Feb 6, 2011 at 4:10 PM, patate <[email protected]> wrote:
> To install properly satchmo, we need to have this context processor
> in TEMPLATE_CONTEXT_PROCESSORS.
> But the things is, it set request['categories'] for all views in all others
> apps installed in the same project.
> I have this other open-source project django-helpdesk, I want to plug that
> do not work properly anymore because it set the same {{ categories }} for a
> single view.
> Is there a way to fix this?
>
> --
> 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.
>

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

Reply via email to