smoke test the rest of the apps
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user