forked from mirror/django-mailbox
Update utils.py
Fixing DJANGO_MAILBOX_default_charset error, it does not detect the settings in django correctly because one part is in lower case. Changed to DJANGO_MAILBOX_DEFAULT_CHARSET.
This commit is contained in:
parent
462fdd3e49
commit
8f42cea164
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ def get_settings():
|
|||
),
|
||||
'default_charset': getattr(
|
||||
settings,
|
||||
'DJANGO_MAILBOX_default_charset',
|
||||
'DJANGO_MAILBOX_DEFAULT_CHARSET',
|
||||
'iso8859-1',
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue