Skip to content

Commit

Permalink
Fixed: jobs now registered correctly in celery when django initiated
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbannon committed May 27, 2014
1 parent b5b0b82 commit 50b237b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rodan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
# This will make sure the app is always imported when
# Django starts so that shared_task will use this app.
from .celery import app as celery_app
import rodan.jobs

1 comment on commit 50b237b

@mrbannon
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cherry-picked from develop

Please sign in to comment.