Logo

Code Fellows

Navigation

  • index
  • next |
  • previous |
  • 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

Previous topic

Amazon RDS and Deployment Prep

Next topic

Django Auth-Auth & Security

Quick search

Enter search terms or a module, class or function name.

Navigation

  • index
  • next |
  • previous |
  • Python 401 2.1 documentation »
© Copyright 2014-2016, Cris Ewing, Nicholas Hunt-Walker. Created using Sphinx 1.3.5.