Skip to content

Commit

Permalink
change directory
Browse files Browse the repository at this point in the history
  • Loading branch information
behshadrhp committed Nov 7, 2023
1 parent f432f47 commit 86e1239
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions core/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# import and use the celery
from core.celery import app as celery_app

__all__ = ['celery_app']
File renamed without changes.
3 changes: 0 additions & 3 deletions shop/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
# import and use the celery
from .celery import app as celery_app

__all__ = ['celery_app']

0 comments on commit 86e1239

Please sign in to comment.