Code Fellows
Navigation
index
Python 401 2.1 documentation
»
Thursday
¶
Objectives
¶
Learn about how authentication and authorization work in a Django app
Learn more about how to walk through a Trie Tree
Readings
¶
Trie Trees
Django Security
Is Django’s Built-In Security Enough?
Read about using
Django’s Authentication Systems
Review
¶
Concepts
¶
Django Auth-Auth & Security
What is Authentication?
Authentication in Django
AuthN with Decorators
AuthN vs AuthZ
How Does Django Grant Permissions (AuthZ)?
Auth-Auth in Class-based Views
Security at View/Template Interface
Trie Tree Traversals
Demo
¶
Assignments
¶
Trie: Traversals
Django Imager: Complete Front-End
(Due Friday Week 8)
Technical Blog Post: Draft Your Post
Today I learned...
Table Of Contents
Thursday
Objectives
Readings
Review
Concepts
Demo
Assignments
Quick search
Enter search terms or a module, class or function name.
Navigation
index
Python 401 2.1 documentation
»