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.
1 parent 968094b commit da0a6d8Copy full SHA for da0a6d8
appointment/email_sender/email_sender.py
@@ -16,7 +16,7 @@
16
except ImportError:
17
async_task = None
18
DJANGO_Q_AVAILABLE = False
19
- logger.warning("django-q is not installed. Email will be send synchronously.")
+ logger.warning("django-q is not installed. Email will be sent synchronously.")
20
21
22
def has_required_email_settings():
0 commit comments