X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/fdac11be5d35dd4940d4361420af26d9e2d977fe..f938afb8ab4cb091d12e0ef0311eaea14b774798:/platforma/context_processors.py diff --git a/platforma/context_processors.py b/platforma/context_processors.py deleted file mode 100755 index eff3032c..00000000 --- a/platforma/context_processors.py +++ /dev/null @@ -1,11 +0,0 @@ -# -*- coding: utf-8 -__author__="lreqc" -__date__ ="$2009-09-03 08:34:10$" - -def settings(request): - from django.conf import settings - return {'MEDIA_URL': settings.MEDIA_URL, - 'STATIC_URL': settings.STATIC_URL, - 'REDMINE_URL': settings.REDMINE_URL } - -