mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-11-13 14:25:24 +03:00
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.
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conf.py | ||
| deployment-on-heroku.rst | ||
| deployment-on-pythonanywhere.rst | ||
| deployment-with-docker.rst | ||
| developing-locally-docker.rst | ||
| developing-locally.rst | ||
| docker-postgres-backups.rst | ||
| faq.rst | ||
| index.rst | ||
| installing_postgres.rst | ||
| linters.rst | ||
| live-reloading-and-sass-compilation.rst | ||
| make.bat | ||
| Makefile | ||
| my-favorite-cookie.rst | ||
| project-generation-options.rst | ||
| settings.rst | ||
| troubleshooting.rst | ||