November 2015
Beginner to intermediate
840 pages
26h 30m
English
It is normal to be a little overwhelmed at this point. The key takeaways here are as follows:
Everything in this chapter is Python. Django is Python (the exception being Django templates, which are the View portion of MVC and the topic of Chapter 4).
A webpage is a Python callable called a view (of no relation to MVC View). We named our function view greeting().
The developer directs Django to views via a list of URLs ...
Read now
Unlock full access