Simpler deployment.
[redakcja.git] / platforma / context_processors.py
diff --git a/platforma/context_processors.py b/platforma/context_processors.py
deleted file mode 100644 (file)
index db6c98b..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-# -*- coding: utf-8
-
-
-def settings(request):
-    from django.conf import settings
-    return {'MEDIA_URL': settings.MEDIA_URL,
-            'STATIC_URL': settings.STATIC_URL,
-            'REDMINE_URL': settings.REDMINE_URL}