I am wondering if Part 4 of the "Writing you first Django App" tutorial is missing a section about using the .as_view() function in the relevant urls.py file when implementing class based views? The tutorial discussed how to write a class base view, but never instructs about how to make the corresponding adjustment in the urls.py file. Am I just missing it?