1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-30 08:31:09 +02:00

Remove jquery dependency code (keep it for bootstrap-select)

This commit is contained in:
Emmy D'Anello
2023-02-20 16:55:30 +01:00
parent ea00657405
commit e156ed6111
18 changed files with 73 additions and 223 deletions

View File

@ -65,7 +65,6 @@ INSTALLED_APPS = [
'rest_framework.authtoken',
'api',
'eastereggs',
'registration',
'participation',
]