Actually add comments to blog, tidy up rst handling to make sure we get xhtml1.1...
[sommitrealweird.git] / sommitrealweird / generic / context_processors.py
1 from django.conf import settings
2
3 def media(request):
4     return {
5         'MEDIA_URL': settings.MEDIA_URL,
6     }