Make a website with Django: Difference between revisions

Content added Content deleted
imported>Jesstess
imported>Jesstess
Line 58: Line 58:
* polls/12345/results/
* polls/12345/results/
* polls//results/
* polls//results/

<b>Check your understanding</b>: Why are templates a good idea?


<b>Check your understanding</b>: What is the purpose of <code>t.render</code> in this code snippet?
<b>Check your understanding</b>: What is the purpose of <code>t.render</code> in this code snippet?