Monday¶
Objectives¶
- Learn about how Django accesses files
- Learn how node deletion affects a 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
Review¶
- Django Model Relationships
Concepts¶
- Binary Search Tree: Node Deletion