Momentum logo
Team 12 Classroom

Django Models and Relationships

Posted on May 10th, 2022

🗓️ Today’s Topics

  • Review registration & authentication
  • Model fields
  • Database tables
  • One-to-many (O2M) and Many-to-many (M2M) relationships

🎯 Project

Continue working on Freeshelf, through Goals 3 and 4.

References that we used today:

Model Diagram

🔖 Resources

🦉 Code & Notes

Tags: phase-2 django

Back to home