X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/b0d77fd4dd2b177e77e2bb038a5864567adfd9df..36f6233fd79390ad5af8a1532eac60a0ae57c825:/platforma/context_processors.py diff --git a/platforma/context_processors.py b/platforma/context_processors.py index eff3032c..813d8f36 100644 --- a/platforma/context_processors.py +++ b/platforma/context_processors.py @@ -1,11 +1,9 @@ # -*- 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 } - - + return { + 'MEDIA_URL': settings.MEDIA_URL, + 'STATIC_URL': settings.STATIC_URL, + }