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 db653a2 commit 9448ffbCopy full SHA for 9448ffb
django_cron/cron.py
@@ -1,6 +1,5 @@
1
from django.conf import settings
2
-
3
-from django_common.helper import send_mail
+from django.core.mail import send_mail
4
5
from django_cron import CronJobBase, Schedule, get_class
6
from django_cron.models import CronJobLog
0 commit comments