Gallery-Archivist/backend/core/__init__.py

5 lines
130 B
Python
Raw Permalink Normal View History

2025-01-23 22:52:48 +01:00
# Always make sure django celery is imported when django starts.
from .celery import app as celery_app
__all__ = ("celery_app",)