I have a django view that creates a user then sends the user.pk to a celery task (.delay) in order to email the user and add the user to a mailing list via some API calls I don't want in the view. I have a django view that creates a user then s
I have a django view that creates a user then sends the user.pk to a celery task (.delay) in order to email the user and add the user to a mailing list via some API calls I don't want in the view. I have a django view that creates a user then s