Ajout settings MEDIA

This commit is contained in:
Claude Paroz 2025-08-27 20:27:30 +02:00
parent 086b12ef79
commit 5d50953482
2 changed files with 3 additions and 1 deletions

View file

@ -110,6 +110,8 @@ USE_TZ = True
STATIC_URL = "static/"
STATIC_ROOT = BASE_DIR / "static"
MEDIA_URL = "media/"
MEDIA_ROOT = BASE_DIR / "media"
LOGOUT_REDIRECT_URL = reverse_lazy("presentation")