Fix volume mounts for media and celere worker paths

This commit is contained in:
2025-12-12 20:48:16 +03:00
parent 6023496a7d
commit 6470fb7588
3 changed files with 11 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ import logging
from celery import shared_task
from django.db import connection
from django.apps import apps
from django.conf import settings
from django.core.files.storage import default_storage
logger = logging.getLogger(__name__)