IsoVictor / CITS3403-Group-Project

Group Project for Agile Web Development
MIT License
0 stars 0 forks source link

Update models.py #12

Closed Jasonnguyxn closed 2 months ago

Jasonnguyxn commented 2 months ago

Added the FlashcardSet and Flashcard models. Established a relationship between the User and FlashcardSet models, where a user can have multiple flashcard sets. Established a relationship between the FlashcardSet and Flashcard models, where a flashcard set can have multiple flashcards.