__init__.py 195 B

12345
  1. from __future__ import absolute_import
  2. # This will make sure the app is always imported when
  3. # Django starts so that shared_task will use this app.
  4. from .celery import app as celery_app # noqa