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

Content added Content deleted
imported>Spang
Line 625: Line 625:
Add it to a new template file that you create, ''detail.html''.
Add it to a new template file that you create, ''detail.html''.


Does your detail view work? Try it: http://127.0.0.1:8000/polls/detail/1/
Does your detail view work? Try it: http://127.0.0.1:8000/polls/1/


=== Adding more detail ===
=== Adding more detail ===