Blog View and Template - Django Web Development with Python 7

Welcome to Part 7 of our Django web development with Python tutorial. After we define our model, we’re ready to define our blog/ file, create any template we need and then we’ll be done, right?! Well, traditionally, we’d also need to modify the blog/ before being done, but nope, we’re going to employ some further Django magic and skip that part entirely with some generic views. Sample code and text-based tutorial: sentdex
Back to Top