#20847 closed Bug (invalid)
non-intuitive tutorial failure - static files
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Documentation | Version: | 1.5 |
| Severity: | Normal | Keywords: | static |
| Cc: | will@… | Triage Stage: | Accepted |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
I just ran through your tutorial. It's great. Thanks for making it. I only hit one snag that you might want to point out in the tutorial:
In a previous section of the tutorial, I had changed debug to false (to view my custom 404 page). When it's false, the static process fails. It took me a bit to realize that I had to set debug to true.
Cheers,
--Will
Change History (3)
comment:1 by , 12 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 12 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Actually we removed the custom 404 section of the tutorial in #20667 -- however, I noticed that change didn't get committed to master so I've fixed that now. Thanks for the ticket.
That's a good point, the tutorial should tell to switch DEBUG back to True after testing the custom 404 page.