November 2015
Beginner to intermediate
840 pages
26h 30m
English
In Chapter 1, Section 1.2, we discussed how every website was originally a collection of webpages, each identified by a URL. Each webpage is thus two things: the data that the webpage contains and gives back to the user and the URL that identifies the webpage.
Django uses this construction to its advantage and splits the theoretical Controller into two parts. To build a webpage, we first need to define what data the webpage returns and then define the URL for the webpage.
Read now
Unlock full access