Boston Python Workshop/Saturday/Web app project: Difference between revisions

imported>Ltwhite
Line 626:
 
Does your detail view work? Try it: http://127.0.0.1:8000/polls/1/
 
You can also try to load a poll page that does not exist, just to test out the pretty 404 error: http://127.0.0.1:8000/polls/32/
 
=== Adding more detail ===
Anonymous user