cookiecutter-django/docs
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 Beginning of reorganization of documentation per #335 2015-09-18 09:22:55 -07:00
conf.py Remove Python 2.7 support per #1129 (#1130) 2017-04-21 12:31:45 -07:00
deployment-on-heroku.rst Simplify Mailgun settings 2018-03-05 17:56:45 +00:00
deployment-on-pythonanywhere.rst Simplify Mailgun settings 2018-03-05 17:56:45 +00:00
deployment-with-docker.rst Revert environment variables and update docs 2018-02-28 11:33:39 +08:00
developing-locally-docker.rst Fix docs erros/typos (#1264) 2017-07-31 13:27:58 +03:00
developing-locally.rst A few cleanups: 1) Fixed common.py references (now called base.py), 2) Made URLs consistent in pointing to dev Django docs as well as https, (#1037) 2017-02-21 11:55:51 -08:00
docker-postgres-backups.rst Rename dev.yml to local.yml (#1227) 2017-07-14 17:09:41 +03:00
faq.rst fix documentation about contrib/sites migrations 2016-09-29 01:43:48 -03:00
index.rst Removed expiramental elastic beanstalk support and bumped official Django version to 1.11.9 2018-01-15 12:33:51 -08:00
installing_postgres.rst postgres installation guide for mac, windows IP (#571) 2016-06-02 18:28:50 -07:00
linters.rst Change pep 8 for pycodestyle in docs and project requirements (#1332) 2017-09-17 21:56:15 +03:00
live-reloading-and-sass-compilation.rst Update 404 with how to link (#1244) 2017-07-31 16:57:33 +03:00
make.bat Change repo_name to project_slug for clarity. 2016-04-20 10:00:35 -07:00
Makefile Change repo_name to project_slug for clarity. 2016-04-20 10:00:35 -07:00
my-favorite-cookie.rst initial commit 2016-06-03 15:23:00 -07:00
project-generation-options.rst Update project generation options docs 2018-03-05 13:54:35 +03:00
settings.rst Simplify Mailgun settings 2018-03-05 17:56:45 +00:00
troubleshooting.rst adding troubleshooting doc 2016-06-03 11:58:37 -07:00