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

@@ -19,6 +19,7 @@ def contextprocessor(request):
ctx = {
'url_name': url.url_name,
'settings': settings,
'DEBUG': settings.DEBUG,
}
_html_head = []
if hasattr(request, 'event'):