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
102 stars 35 forks source link

Update 07-templatetags.rst #153

Closed ashoofly closed 9 years ago

ashoofly commented 9 years ago

Line 101, we need to restart the server, not just reload the page, or Django will throw a TemplateSyntaxError saying that 'blog_tags' is not a valid tag library.

macro1 commented 9 years ago

Sounds good, thank you!