Wednesday¶
Objectives¶
- Investigate Django’s Class-Based Views (CBV) and how they work
- Begin implementing your own forms into your Django Imager app
- Learn how text can be handled as a tree with the Trie Tree
- Begin to think about our final projects
Readings¶
- Trie Tree (Wikipedia)
- Trie Trees
- Create a Web Server and an Amazon RDS Database
- Setting up Django with Postgres, Nginx, and Gunicorn on Ubuntu 14.04
- Screencasts about Django Class-Based Views: Part 1, Part 2, and Part 3
Review¶
Demo¶
- Setting up EC2 and RDS to communicate with each-other