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

Make index.html blogpost loop more clear in Views #31

Closed davidfischer closed 11 years ago

davidfischer commented 11 years ago

Makes it more clear that the changes in index go inside the content block.

Fixes #27.

treyhunner commented 11 years ago

I actually think we should leave it as a snippet of code and say add it inside the "content" block like we do here: https://github.com/pythonsd/test-driven-django-development/blob/master/tutorials/04-more-views.rst#displaying-comments-on-the-website

treyhunner commented 11 years ago

I think I made it better. Ready to merge?

davidfischer commented 11 years ago

Looks good. :shipip:

davidfischer commented 11 years ago

:shipit:

jamalex commented 11 years ago

Looks good!

@treyhunner I like the approach you suggest of leaving it as a snippet to insert, but being clear about where to insert it. Promotes more critical inspection of the process, over CTRL-A/CTRL-C/ALT-TAB/CTRL-A/CTRL-V. :)