This commit is contained in:
Ross
2026-06-15 09:26:17 +01:00
parent aaee3577ad
commit afd4cc3b87
5 changed files with 24 additions and 1 deletions
+1 -1
View File
@@ -33,6 +33,6 @@ TASKS = {
}
# Local media root for tests to avoid container-only paths in settings_local
MEDIA_ROOT = os.path.join(BASE_DIR, "media_test")
MEDIA_ROOT = os.path.join(BASE_DIR, "media_test") + "/"
os.makedirs(MEDIA_ROOT, exist_ok=True)