moving tons of stuff around
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
# expose the upload helper at package level to avoid
|
||||
# circular imports between media.routes and utility.routes
|
||||
|
||||
from .routes import _process_upload_file
|
||||
|
||||
__all__ = ['_process_upload_file']
|
||||
|
@ -142,4 +142,4 @@ def init_media_tasks(celery_app):
|
||||
Called by the JSON‐driven loader so tasks_init no longer errors.
|
||||
Celery scheduling is handled via on_after_configure.
|
||||
"""
|
||||
celery_app.logger.info("[Media] init_media_tasks called (no‐op)")
|
||||
celery_app.log.get_default_logger().info("[Media] init_media_tasks no-op")
|
||||
|
Reference in New Issue
Block a user