On Thu, 2008-10-23 at 10:29 -0700, shabda.raaj wrote:
> My project is,
>
> project/
>blog/
>forum/
>wiki/
>setting.py
>
> Now so all my views from blog/ must have the Blog object, all views
> from forum should have Forum object, all views from wiki should have
> Wiki object.
>
On Thu, Oct 23, 2008 at 1:29 PM, shabda.raaj <[EMAIL PROTECTED]> wrote:
>
> I was doing a little research and saw #5049, which was closed as
> WONTFIX by Russell, but I cant seem to find the referenced discussion,
> and am posting this as maybe this proposal is significantly different
> than what
My project is,
project/
blog/
forum/
wiki/
setting.py
Now so all my views from blog/ must have the Blog object, all views
from forum should have Forum object, all views from wiki should have
Wiki object.
So in settings.py I can have
TEMPLATE_CONTEXT_PROCESSORS = (
'wiki_contextpro