Thursday¶
Objectives¶
- Learn about how Django accesses files
- Learn about AVL rotations and how to build a self-balancing Binary Search Tree
Readings¶
- Managing Static Files (Django Docs)
- Managing Files - More Generally (Django Docs)
- Accessing Media Files in Django (Stack Overflow)
- Understanding, setting up, accessing and serving media files and static files in Django
- Templates and Static Media
- Balancing a Binary Search Tree
Review¶
- Django Models (the Photo and Album)
Concepts¶
- Tree Rotations and self-balancing Binary Search Trees
Demo¶
Assignments¶
- Django Imager: Data Views
- Binary Search Tree: Self-Balancing (Due Tuesday)
- Technical Blog Post: Draft Your Post (Due Friday of Week 7)
- Today I learned...