From 53623ae1fe117d619b03206ba5260aefe09acd26 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Mon, 26 Mar 2018 23:31:10 +0100 Subject: [PATCH] Document server error when missing Mailgun config Fixes #789 --- docs/troubleshooting.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/troubleshooting.rst b/docs/troubleshooting.rst index 4a682ac2..0c827acf 100644 --- a/docs/troubleshooting.rst +++ b/docs/troubleshooting.rst @@ -5,6 +5,8 @@ This page contains some advice about errors and problems commonly encountered du #. ``project_slug`` must be a valid Python module name or you will have issues on imports. -#. ``jinja2.exceptions.TemplateSyntaxError: Encountered unknown tag 'now'.``: please upgrade your cookiecutter version to >= 1.4 (see # 528_) +#. ``jinja2.exceptions.TemplateSyntaxError: Encountered unknown tag 'now'.``: please upgrade your cookiecutter version to >= 1.4 (see `#528`_) -.. _528: https://github.com/pydanny/cookiecutter-django/issues/528#issuecomment-212650373 +#. Internal server error on user registration: make sure you have configured the mail backend (e.g. Mailgun) by adding the API key and sender domain + +.. _#528: https://github.com/pydanny/cookiecutter-django/issues/528#issuecomment-212650373