Use Templates in Django

This is part 4 of Webmonkey’s introductory Django tutorial. If you’re arriving here to learn about getting started with Django, start back at the beginning with Lesson 1. When we left off last time, we had defined some URLs for our blog and constructed a custom view to handle displaying posts by tag. If you […]