aboutsummaryrefslogblamecommitdiffstats
path: root/config/__init__.py
blob: 10f501427d37d0ed67e43a5fbd28b5ec3a9a602e (plain) (tree)
1
2
3
4
5




                                                      
# This will make sure the app is always imported when
# Django starts so that shared_task will use this app.
from .celery_app import app as celery_app

__all__ = ("celery_app",)