#20559 closed Uncategorized (invalid)
Part 2 of Tutorial not working with Django 1.5.1
Reported by: | 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
In order to get the second part of the tutorial working I needed add '127.0.0.1' to ALLOWED_HOSTS in the settings.py file.
Change History (2)
comment:1 by , 11 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 by , 11 years ago
Resolution: | duplicate → invalid |
---|
It appeared that the cause was (unwittingly) flipping the DEBUG flag to False, which I determined by creating a new blank project and running a diff between the settings files.
Note:
See TracTickets
for help on using tickets.
Duplicate of #19875