BE -- Django Models
Posted on Jul 14th, 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.
Resources
- 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