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
--
Ticket URL: <https://code.djangoproject.com/ticket/20847>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_docs: => 0
* needs_better_patch: => 0
* needs_tests: => 0
* stage: Unreviewed => Accepted
Comment:
That's a good point, the tutorial should tell to switch DEBUG back to True
after testing the custom 404 page.
--
Ticket URL: <https://code.djangoproject.com/ticket/20847#comment:1>
* status: new => closed
* resolution: => invalid
Comment:
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.
--
Ticket URL: <https://code.djangoproject.com/ticket/20847#comment:2>
Comment (by anonymous):
Wow, you're on it! Thanks!
--Will
--
Ticket URL: <https://code.djangoproject.com/ticket/20847#comment:3>