Lesson 5: Views – Returning HTML, JSON & Random Poems
In this lesson we’ll make Django think and respond: We’ll use your existing project: Throughout the lesson I’ll highlight “Common mistake” boxes to help you avoid typical beginner errors. 1. What is a View? A view is a Python function that: Basic shape: Views live in each app’s views.py: 2. Home App Views (HTML + […]

