1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Merge pull request #1 from invisiblebits/STC-668__create-tickets-from-soc-email

FIX - Django settings fix to unicode
This commit is contained in:
Manuel Gomez 2019-01-16 12:07:50 +01:00 committed by GitHub
commit c706e484b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,7 @@ def get_settings():
),
'default_charset': getattr(
settings,
'DJANGO_MAILBOX_default_charset',
'DJANGO_MAILBOX_DEFAULT_CHARSET',
'iso8859-1',
)
}