diff --git a/flashy/flashcards/models.py b/flashy/flashcards/models.py index b04e294..7b65cb3 100644 --- a/flashy/flashcards/models.py +++ b/flashy/flashcards/models.py @@ -1,6 +1,6 @@ from django.db import models -class UserFlashcard(models.Models): +class UserFlashcard(models.Model): """ Represents the relationship between a user and a flashcard by: 1. A user has a flashcard in their deck