Překlep
This commit is contained in:
parent
e5542372e9
commit
783fc85809
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ Used to distinguish testing emails from production ones."""
|
|||
|
||||
# We try to monkeypatch django.core.mail.backends.smtp :-)
|
||||
|
||||
from djago.core.mail.backends.smtp import EmailBackend as DjangoSMTPBackend
|
||||
from django.core.mail.backends.smtp import EmailBackend as DjangoSMTPBackend
|
||||
|
||||
class PrefixingMailBackend(DjangoSMTPBackend):
|
||||
# method _send is not probably meant to be monkey_patched, so we patch send_messages instead.
|
||||
|
|
Loading…
Reference in a new issue