X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/caaa4304f09a3d446f0677ac7203ef429170e7e0..83fe2a8e363f2b9f3ece27227b8194bafadfe47f:/redakcja/context_processors.py?ds=sidebyside

diff --git a/redakcja/context_processors.py b/redakcja/context_processors.py
index 5e3372ea..1c268cd6 100644
--- a/redakcja/context_processors.py
+++ b/redakcja/context_processors.py
@@ -15,5 +15,7 @@ def settings(request):
     return {
         'MEDIA_URL': settings.MEDIA_URL,
         'STATIC_URL': settings.STATIC_URL,
+        'DEBUG': settings.DEBUG,
+        'RAVEN_CONFIG': getattr(settings, 'RAVEN_CONFIG'),
         'APP_VERSION': VERSION,
     }