Django - Celery and Background Tasks
You want to define a task that sends emails but only if the email address is not empty. Which of these task definitions correctly applies this condition?
@shared_task and checks if email: which correctly tests for a non-empty email.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions