Ticket #25178: 25178.diff

File 25178.diff, 922 bytes (added by Tim Graham, 9 years ago)
  • docs/howto/deployment/checklist.txt

    diff --git a/docs/howto/deployment/checklist.txt b/docs/howto/deployment/checklist.txt
    index b6b0683..60047e9 100644
    a b If you haven't set up backups for your database, do it right now!  
    131131
    132132If your site sends emails, these values need to be set correctly.
    133133
    134 By default, Django will send email from root@localhost. However, some mail
    135 providers reject all email from this address. To use a different sender
    136 address, modify the :setting:`SERVER_EMAIL` setting.
     134By default, Django sends email from webmaster@localhost and root@localhost.
     135However, some mail providers reject email from these addresses. To use
     136different sender addresses, modify the :setting:`DEFAULT_FROM_EMAIL` and
     137:setting:`SERVER_EMAIL` settings.
    137138
    138139:setting:`STATIC_ROOT` and :setting:`STATIC_URL`
    139140------------------------------------------------
Back to Top