summaryrefslogtreecommitdiffstats
path: root/takahe/settings/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'takahe/settings/base.py')
-rw-r--r--takahe/settings/base.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/takahe/settings/base.py b/takahe/settings/base.py
index e45133d..b98b9a0 100644
--- a/takahe/settings/base.py
+++ b/takahe/settings/base.py
@@ -107,3 +107,6 @@ STATICFILES_DIRS = [
]
ALLOWED_HOSTS = ["*"]
+
+MEDIA_ROOT = BASE_DIR / "media"
+MEDIA_URL = "/media/"