C H A P T E R 6
Templates for the Weblog
Your weblog application is almost complete. Over the last two chapters, you've implemented entries, links, and nearly all the attendant functionality you wanted to have with them. There are only two features left to implement—a comment system and syndication feeds—and Django is going to give you quite a bit of help with those, as you'll see in the next chapter.
But so far, you've focused almost exclusively on the “back end” of the site—the Python code that models your data, retrieves it from the database, lays out your URL structure, and so on—at the expense of the “front end,” or the actual HTML you'll ...
Get Practical Django Projects, Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.