1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-07-01 08:41:17 +02:00

Bump dependencies for Django 5.2

This commit is contained in:
Emmy D'Anello
2025-04-21 18:54:16 +02:00
parent 0a80e03b58
commit b33a69410a
3 changed files with 17 additions and 20 deletions

View File

@ -79,7 +79,6 @@ INSTALLED_APPS = [
if "test" not in sys.argv: # pragma: no cover
INSTALLED_APPS += [
'django_extensions',
'mailer',
]