Use django-statici18n in production

This commit is contained in:
Raphael Michel
2016-11-09 19:08:51 +01:00
parent 67951f8984
commit 45b960b97c
7 changed files with 23 additions and 5 deletions

View File

@@ -15,7 +15,8 @@ def contextprocessor(request):
return {}
ctx = {
'css_file': None
'css_file': None,
'DEBUG': settings.DEBUG,
}
_html_head = []
_footer = []