ttvdrops/config/__init__.py
Joakim Helleśen d99579ed2b
All checks were successful
Deploy to Server / deploy (push) Successful in 49s
Add Redis configuration, integrate Celery, and sort fields in models
2026-03-21 19:12:47 +01:00

5 lines
174 B
Python

# 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
__all__ = ("celery_app",)