diff options
Diffstat (limited to 'config/__init__.py')
-rw-r--r-- | config/__init__.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config/__init__.py b/config/__init__.py index 10f5014..e69de29 100644 --- a/config/__init__.py +++ b/config/__init__.py @@ -1,5 +0,0 @@ -# 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",) |