5 lines
99 B
Python
5 lines
99 B
Python
from core import celery_app
|
|
from .task_example import Example
|
|
|
|
celery_app.register_task(Example())
|