cookiecutter-django/{{cookiecutter.project_slug}}/config/settings
Bruno Alla 82dcd2d30c Simplify Mailgun settings
When creating a Mailgun add-on on Heroku, the app gets some environment
variables by default:

    MAILGUN_API_KEY
    MAILGUN_DOMAIN

However, the cookiecutter names do not match and requires a manual step
from the user deploying. It's used elsewhere but shouldn't harm the
other deployment methods to rename these variables.

While updating the docs I noticed a variable that appear unused
DJANGO_MAILGUN_SERVER_NAME so this removes it from the documentation.
2018-03-05 17:56:45 +00:00
..
__init__.py Remove Python 2.7 support per #1129 (#1130) 2017-04-21 12:31:45 -07:00
base.py Unconditionally connect to database from DATABASE_URL env when opting for Docker 2018-03-04 17:24:06 +03:00
local.py Set ALLOWED_HOSTS in config.settings.local 2018-03-04 17:51:37 +03:00
production.py Simplify Mailgun settings 2018-03-05 17:56:45 +00:00
test.py Refactor *_gen_project hooks (#1490) 2018-02-07 22:52:52 +03:00