mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Move MANDRILL_API_URL setting lookup into Djrill backend init (where it's used). Because "modules should not in general use settings stored in django.conf.settings at the top level". https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding-style/#use-of-django-conf-settings
3 lines
119 B
Python
3 lines
119 B
Python
from djrill.exceptions import MandrillAPIError, NotSupportedByMandrillError
|
|
from ._version import __version__, VERSION
|