Browse Source

Added celery_app to __init__.py

Ali 6 years ago
parent
commit
6aefcb13e7
1 changed files with 3 additions and 0 deletions
  1. 3 0
      devproject/__init__.py

+ 3 - 0
devproject/__init__.py

@@ -0,0 +1,3 @@
+from .celery import app as celery_app
+
+__all__ = ["celery_app"]