@shared_task
def send_admin_registration_notification(profile_id):
    profile = models.Profile.objects.get(pk = profile_id)

    mail_admins(