diff --git a/common/settings.py b/common/settings.py index 02997a2..cb69fb6 100644 --- a/common/settings.py +++ b/common/settings.py @@ -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") diff --git a/templates/base.html b/templates/base.html index c2ab07a..efac00c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -28,7 +28,7 @@