nexus-5/config/__init__.py
2026-01-26 11:09:40 -05:00

7 lines
157 B
Python

# Django configuration module
# Import Celery app to ensure it's loaded when Django starts
from .celery import app as celery_app
__all__ = ('celery_app',)