add humanize template filters in INSTALLED_APPS (#15866)

This commit is contained in:
Thomas NOËL 2017-04-13 14:38:26 +02:00
parent 693e6155cc
commit c4ad5c122f
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ INSTALLED_APPS = (
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'django.contrib.humanize',
'rest_framework',
'ckeditor',
'gadjo',