4 lines
130 B
Python
4 lines
130 B
Python
# Always make sure django celery is imported when django starts.
|
|
from .celery import app as celery_app
|
|
|
|
__all__ = ("celery_app",)
|