X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/caaa4304f09a3d446f0677ac7203ef429170e7e0..fc0461ffeb667b5151b6c1bf354388952a6fb119:/redakcja/context_processors.py diff --git a/redakcja/context_processors.py b/redakcja/context_processors.py index 5e3372ea..2724f832 100644 --- a/redakcja/context_processors.py +++ b/redakcja/context_processors.py @@ -15,5 +15,6 @@ def settings(request): return { 'MEDIA_URL': settings.MEDIA_URL, 'STATIC_URL': settings.STATIC_URL, + 'DEBUG': settings.DEBUG, 'APP_VERSION': VERSION, }