Commit 575b144dbc23d4ad70f2139089096e8181be879d

Authored by Andrew Buss
1 parent e0cc793689
Exists in master

fixed typos in models

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

flashy/flashcards/models.py View file @ 575b144
1 1 from django.db import models
2 2  
3   -class UserFlashcard(models.Models):
  3 +class UserFlashcard(models.Model):
4 4 """
5 5 Represents the relationship between a user and a flashcard by:
6 6 1. A user has a flashcard in their deck