This commit is contained in:
imperosol
2025-04-28 12:03:51 +02:00
parent f647feb8c8
commit 934d17d9d2
7 changed files with 249 additions and 0 deletions

View File

@ -12,3 +12,9 @@
# OR WITHIN THE LOCAL FILE "LICENSE"
#
#
# This will make sure the app is always imported when
# Django starts so that shared_task will use this app.
from .celery import app as celery_app
__all__ = ("celery_app",)