The tutorial then instructs the reader to reload
https://localhost:8000/polls/ to see the change in effect.
Since my server was still running at the time, I observed a 404 error:
[31/Oct/2018 21:00:38] "GET /static/polls/style.css HTTP/1.1" 404 1669
The tutorial could be improved if it would hint the reader to restart the
server if it is still running.
After restarting the server, I observed:
[31/Oct/2018 21:00:46] "GET /static/polls/style.css HTTP/1.1" 200 99
--
Ticket URL: <https://code.djangoproject.com/ticket/29909>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => duplicate
Comment:
Duplicate of #22390.
--
Ticket URL: <https://code.djangoproject.com/ticket/29909#comment:1>