mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Uniform settings handling
For MANDRILL_API_KEY (e.g.,), look for these settings:
* ANYMAIL = { 'MANDRILL_API_KEY': '...' }
* ANYMAIL_MANDRILL_API_KEY = "..."
* MANDRILL_API_KEY = "..."
(the "bare" third version is used only for settings that
might be reasonably shared with other apps, like api keys)
This commit is contained in:
1
anymail/models.py
Normal file
1
anymail/models.py
Normal file
@@ -0,0 +1 @@
|
||||
# this empty models.py is here for Django testrunner compatibility pre Django 1.6
|
||||
Reference in New Issue
Block a user