Skip to content

Commit d547e21

Browse files
committed
add import
1 parent 17d04f0 commit d547e21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonkr_backend/pythonkr_backend/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Django starts so that shared_task will use this app.
33
from django.conf import settings
44

5+
# load when PROD environment
56
if settings.CELERY_ALWAYS_EAGER is False:
67
from .celery import app as celery_app
78
__all__ = ('celery_app',)

0 commit comments

Comments
 (0)