ou-cs5213-sp24 / capstone-management-system

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

Database Schema Creation #16

Closed SaiMadhukar-1407 closed 2 months ago

SaiMadhukar-1407 commented 3 months ago

• Application of migrations to the development database using Django’s migrate command to create the necessary database tables and relationships. • Verification of the resulting database schema to ensure it accurately represents the data models.

ferialna commented 3 months ago

Great progress with applying migrations and setting up the development database.

Shriya020 commented 2 months ago

We have setup the database and created all the necessary tables and relationships.