Django filters was missing

This commit is contained in:
Yohann D'ANELLO 2021-01-23 13:43:31 +01:00
parent 01a6e28623
commit d9a2b31606
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ INSTALLED_APPS = [
'address',
'bootstrap_datepicker_plus',
'crispy_forms',
'django_filters',
'django_tables2',
'haystack',
'logs',