Librarian in regular requirements.
[redakcja.git] / redakcja / __init__.py
1 from __future__ import absolute_import
2
3 # This will make sure the app is always imported when
4 # Django starts so that shared_task will use this app.
5 from .celery import app as celery_app