Django Models and Relationships
Posted on Nov 9th, 2021
🗓️ Today’s Topics
- Review registration & authentication
- Model fields
- Database tables
- One-to-many (O2M) and Many-to-many (M2M) relationships
- ER Diagrams
🎯 Project
Continue working on Freeshelf, through Goals 2 and 3.
🔖 Resources
- Django Docs: Models
- Django Docs: Model Relationships
- ⭐ Django Docs: Model Field Reference
- Django Docs: Making Queries
- Tips for using Django’s Many-to-Many Field
- What is an Entity Relationship Diagram? - The first video is especially good.
- Less Obvious Things to Do with the Django ORM
- Real Python: Django Migrations Primer