The example TEMPLATE_CONTEXT_PROCESSORS setting in docs/usage.txt is out of
date as of django 1.3: it's missing the new
django.core.context_processors.static. The info on what's new is in the latest
django docs here:
https://docs.djangoproject.com/en/dev/ref/settings/?from=olddocs#template-contex
t-processors
The symptom is that when someone using the django static stuff sets up django
pagination, they all of a sudden find that all their static resources aren't
getting the right URLs any more, and their pages go a stylish css-less black
and white :-)
Original issue reported on code.google.com by jcsp...@gmail.com on 29 Jun 2011 at 9:56
Original issue reported on code.google.com by
jcsp...@gmail.com
on 29 Jun 2011 at 9:56