1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2024-12-24 17:42:23 +00:00

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

View File

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