Bump babel from 2.9.1 to 2.10.3
[mygpo.git] / mygpo / __init__.py
blobc772a1a43d6719b9d0284ac8eb97762db09e110d
1 # This will make sure the app is always imported when
2 # Django starts so that shared_task will use this app.
3 from mygpo.celery import celery as celery_app
5 __all__ = ('celery_app',)