We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I have Django Q setup to use the DB as the queue, Q_CLUSTER = { "orm": "default" }. With this setting, email never sends.
Q_CLUSTER = { "orm": "default" }
Using Django 3.1.1, django-q 1.3.3, django-q-email 5.0.1