Open GoogleCodeExporter opened 8 years ago
This is not a bug. It's misconfiguration. When you use
TEMPLATE_CONTEXT_PROCESSORS with above syntax,
u're removing the defaults processors. Anyways, I got the same issue today and
the solution is:
TEMPLATE_CONTEXT_PROCESSORS = (
"django.core.context_processors.auth",
"django.core.context_processors.debug",
"django.core.context_processors.i18n",
"django.core.context_processors.media",
"django.core.context_processors.request",
)
Best,
Isa
Original comment by isago...@gmail.com
on 1 Nov 2009 at 11:13
Original issue reported on code.google.com by
j.calc...@gmail.com
on 20 Sep 2009 at 3:46