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
+1
View File
@@ -180,6 +180,7 @@ INSTALLED_APPS = [
'django_otp',
'django_otp.plugins.otp_totp',
'django_otp.plugins.otp_static',
'statici18n',
]
try: