1 from django.conf import settings
4 Some useful context processors.
8 Adds url of static files to the context.
9 Requires STATIC_URL to be set in the settings.
12 return {'STATIC_URL_PREFIX': settings.STATIC_URL_PREFIX}
13 # vim: set sts=4 sw=4 expandtab: