Coverage for website/thaliawebsite/__init__.py: 100.00%

2 statements  

« prev     ^ index     » next       coverage.py v7.6.7, created at 2025-08-14 10:31 +0000

1# This will make sure the app is always imported when 

2# Django starts so that shared_task will use this app. 

3from .celery import celery_app 

4 

5__all__ = ("celery_app",)