7 lines
287 B
Python
7 lines
287 B
Python
# Create your tasks here
|
|
from __future__ import absolute_import, unicode_literals
|
|
from apps.hrm.models import Certificate, Employee
|
|
from apps.rpm.models import Rcertificate, Remployee, Rpj, Rpjcertificate, Rpjmember
|
|
from apps.utils.tasks import CustomTask
|
|
from celery import shared_task
|