from celery import shared_task
@shared_task(name='save_add_contact')
def save_add_contact(*args, **kwargs):
print(args)
print(kwargs)