2.7 Putting It All Together

It is normal to be a little overwhelmed at this point. The key takeaways here are as follows:

Image 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).

Image A webpage is a Python callable called a view (of no relation to MVC View). We named our function view greeting().

Image The developer directs Django to views via a list of URLs ...

Get Django Unleashed 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.