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
Note:
See TracTickets
for help on using tickets.
Quoting from the docs: "When DEBUG = False, Django doesn’t work at all without a suitable value for ALLOWED_HOSTS."