X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/c52436a7e25876ee3509df2467c2a9ef33303436..f938afb8ab4cb091d12e0ef0311eaea14b774798:/platforma/context_processors.py diff --git a/platforma/context_processors.py b/platforma/context_processors.py deleted file mode 100644 index 4ba9bb7f..00000000 --- a/platforma/context_processors.py +++ /dev/null @@ -1,7 +0,0 @@ -# -*- coding: utf-8 - - -def settings(request): - from django.conf import settings - return {'MEDIA_URL': settings.MEDIA_URL, - 'STATIC_URL': settings.STATIC_URL}