sandiegopython / test-driven-django-development

This repository contains materials for a San Diego Python workshop on learning Django with test inspired development
http://test-driven-django-development.readthedocs.org/
Other
103 stars 35 forks source link

Note that whole index.html file should be replaced #29

Closed treyhunner closed 11 years ago

treyhunner commented 11 years ago

Multiple people didn't understand that the whole index.html file should be replaced (not just added-to).

davidfischer commented 11 years ago

I saw the same thing. I just pushed a different change. If you're ok with that, I'll close this.

treyhunner commented 11 years ago

@davidfischer I'm not sure that is clear enough. I saw a couple templates with that content pasted into the bottom of the file (instead of replacing the whole file).

davidfischer commented 11 years ago

Look specifically at the line If we replace all the content in templates/index.html with the following, we can see this in action. I couldn't link directly to it. That is insufficiently clear? I had some people have a problem with what was there before as well. I thought this fixed it but if it is still unclear, then we should fix it.

treyhunner commented 11 years ago

@davidfischer I think this fixes it. :ship: