ou-cs5213-sp24 / capstone-management-system

BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Relationship Mapping #14

Closed SaiMadhukar-1407 closed 5 months ago

SaiMadhukar-1407 commented 6 months ago

• Definition of relationships between models using ORM relationships such as ForeignKey, ManyToManyField, and OneToOneField. • Ensuring referential integrity and the efficient retrieval of related data through Django’s query syntax. Database Migration Generation

ferialna commented 5 months ago

Great job defining the ORM relationships! Have we checked that the use of ForeignKey, ManyToManyField, and OneToOneField ensures referential integrity and supports efficient data retrieval?

SaiMadhukar-1407 commented 5 months ago

I have defined all the relationships including foreignkey and all cardinal constraints.