Open
Description
I have included FLUENT_COMMENTS_MULTIPART_EMAILS = True
in my settings.py
but whenever the email is sent to the MANAGERS
, it uses the .txt version.
When I python manage.py shell
and do following:
from django.conf import settings
print(settings.__dir__)
# prints out FLUENT_COMMENTS relevant variables but FLUENT_COMMENTS_MULTIPART_EMAILS is missing... BUT
print(settings.FLUENT_COMMENTS_MULTIPART_EMAILS)
#returns True. Then...
print(settings.__dir__)
#returns same output as before BUT has FLUENT_COMMENTS_MULTIPART_EMAILS included at the end.
Any clue why it's doing this?
Thank you
Metadata
Metadata
Assignees
Labels
No labels