1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-21 09:18:23 +02: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

View File

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