Previous Page Next Page

Summary

In this hour, you learned how to create dictionaries of arguments and pass them to the view functions from the URLconf file. You also learned how to keep your URLconf files cleaner by using view prefixes and separating application URL patterns into their own URLconf files. We also covered how to specify the view function directly in the URL pattern.

Previous Page Next Page