You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sending emails is time consuming process.
Instead of sending emails directly when triggered in the signals, we should only send the task for sending emails to the background eg to celery.
Sending emails is time consuming process.
Instead of sending emails directly when triggered in the signals, we should only send the task for sending emails to the background eg to celery.