hberp/hb_server/apps/hrm/tasks.py

8 lines
128 B
Python

from __future__ import absolute_import, unicode_literals
from celery import shared_task
@shared_task
def x():
print('ok')