#28069 closed Cleanup/optimization (fixed)
Updating location of setup_test_environment() warning in tutorial 5
| Reported by: | Luke-VideoLibre | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.11 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Hy,
i just experienced a little glitch in the tutorial. On Part5 when testing for 404 in the shell in get a 400 because ALLOWED_HOSTS doesn't contain 'testserver'.
Change History (3)
comment:1 by , 9 years ago
| Component: | Uncategorized → Documentation |
|---|---|
| Has patch: | set |
| Summary: | glitch in part 5 of polls tutorial → Updating location of setup_test_environment() warning in tutorial 5 |
| Triage Stage: | Unreviewed → Accepted |
Note:
See TracTickets
for help on using tickets.
Most likely, you omitted the call to
setup_test_environment().PR