Variations of this question have been asked, but I\'m still unable to get my stylesheets to load correctly when my templates are rendered.
I\'m attempting to serve s
Django already has a context process for MEDIA_URL, see Django's documentation.
It should be availbale by default (unless you've customized CONTEXT_PROCESSORS and forgot to add it) in a RequestContext.