Fixed #25178 -- Added DEFAULT_FROM_EMAIL to deployment checklist.

This commit is contained in:
Tim Graham 2015-07-28 09:44:08 -04:00
parent c041671167
commit ae32f32498
1 changed files with 4 additions and 3 deletions

View File

@ -131,9 +131,10 @@ If you haven't set up backups for your database, do it right now!
If your site sends emails, these values need to be set correctly. If your site sends emails, these values need to be set correctly.
By default, Django will send email from root@localhost. However, some mail By default, Django sends email from webmaster@localhost and root@localhost.
providers reject all email from this address. To use a different sender However, some mail providers reject email from these addresses. To use
address, modify the :setting:`SERVER_EMAIL` setting. different sender addresses, modify the :setting:`DEFAULT_FROM_EMAIL` and
:setting:`SERVER_EMAIL` settings.
:setting:`STATIC_ROOT` and :setting:`STATIC_URL` :setting:`STATIC_ROOT` and :setting:`STATIC_URL`
------------------------------------------------ ------------------------------------------------