BE -- Django Models
Posted on Jun 16th, 2020
Today we’ll be focusing on making sure we understand all the capabilities of Django models.
Assignments
By Thursday, you should have much of Question Box done. Your models should be complete, as should be views for viewing questions, creating questions, creating answers, and the user profile.
Video
https://us02web.zoom.us/rec/share/18VsK4PV7ltLUp335Gr2HYMzFNXhT6a823BL_qEPxU3y2G-k0GkpS8PvPelcDL4S Password: 0f&73mQ@
Resources
- New repo for Recipe Book project
- Django model relationships
- Django model queries
- Video: Building effective Django queries with expressions - DjangoCon 2019 video on queries
- Video: Search from the Ground Up - DjangoCon 2019 video explaining search in detail