Skip to content

Commit

Permalink
Removendo __init__ celery app
Browse files Browse the repository at this point in the history
  • Loading branch information
tyagow committed Sep 8, 2017
1 parent fac8978 commit ce00004
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@
from __future__ import absolute_import

# 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 # noqa

0 comments on commit ce00004

Please sign in to comment.