Opened 11 years ago

Closed 11 years ago

#20697 closed Cleanup/optimization (worksforme)

Deploy checklist - Allowed hosts section about Debug

Reported by: anonymous Owned by: nobody
Component: Documentation Version: 1.5
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

On the current deploy checklist at:
https://docs.djangoproject.com/en/dev/howto/deployment/checklist/

The ALLOWED_HOSTS setting should be instructed to be added prior to setting DEBUG=False to prevent an Internal Server Error

Change History (1)

comment:1 by Tim Graham, 11 years ago

Resolution: worksforme
Status: newclosed

Quoting from the docs: "When DEBUG = False, Django doesn’t work at all without a suitable value for ALLOWED_HOSTS."

Note: See TracTickets for help on using tickets.
Back to Top