fix: utf8 email with python2
This commit is contained in:
parent
f6a0788afa
commit
f9f98d9796
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
from django.core.mail import send_mass_mail
|
||||
from django.template.loader import render_to_string
|
||||
from django.core.urlresolvers import reverse
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue