Configuration du build dev pour le projet agenda_culturel

This commit is contained in:
Jean-Marie Favreau
2023-09-16 15:15:05 +02:00
parent 016a00bf2f
commit 7e5305b47d
16 changed files with 19 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
from project_name.celery import app
from agenda_culturel.celery import app
@app.task(bind=True, name="test_periodic_task")