django-pagination
django-pagination copied to clipboard
no STATIC_URL in context w/ django 1.3?
MEDIA_URL gets set, however STATIC_URL does not. With django 1.3 shipping with staticfiles now, it would make sense to add this into the context of the template.
Same problem here. Actually, this tag should receive the full context of the tag that called it IMHO. Not just STATIC_URL but also stuff that is contained contributed by RequestContextProcessors etc.
I believe this has already been fixed in a pull request: https://github.com/ericflo/django-pagination/pull/10
That makes this a duplicate issue...
yea if you look, i actually commented on that issue afterwards.