smoke test the rest of the apps

This commit is contained in:
Ross
2026-06-10 22:05:12 +01:00
parent e670adf2d0
commit 6bb9441748
55 changed files with 1454 additions and 109 deletions
+5
View File
@@ -31,3 +31,8 @@ TASKS = {
"QUEUES": ["default"],
}
}
# Local media root for tests to avoid container-only paths in settings_local
MEDIA_ROOT = os.path.join(BASE_DIR, "media_test")
os.makedirs(MEDIA_ROOT, exist_ok=True)