Add: code comment to celery.py

This commit is contained in:
Aroy-Art 2025-06-30 16:54:59 +02:00
parent 100536a5a8
commit 2f017c9932
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -15,4 +15,6 @@ app.conf.beat_schedule = {
"schedule": crontab(hour=2, minute=0), # Daily at 2:00 AM
},
}
# Load task modules from all registered Django apps.
app.autodiscover_tasks()