Re: TEMPLATE_CONTEXT_PROCESSORS doesn't seem to be present in settings.py by default

2010-09-09 Thread Sandip Bhattacharya
Never mind. Just saw http://code.djangoproject.com/ticket/6851 - Sandip On Fri, Sep 10, 2010 at 3:51 AM, Sandip Bhattacharya wrote: > Is this variable supposed to be present in default generation of > settings.py after a startproject? Because I don't see this variable in > any of the projects th

TEMPLATE_CONTEXT_PROCESSORS doesn't seem to be present in settings.py by default

2010-09-09 Thread Sandip Bhattacharya
Is this variable supposed to be present in default generation of settings.py after a startproject? Because I don't see this variable in any of the projects that I am creating. The doc (http://docs.djangoproject.com/en/dev/ref/settings/#std:setting-TEMPLATE_CONTEXT_PROCESSORS) makes it seem as if t