.
This commit is contained in:
@@ -101,6 +101,9 @@ class ExamBase(models.Model):
|
||||
class NoteType(models.Model):
|
||||
note_type = models.CharField(max_length=200)
|
||||
|
||||
def __str__(self):
|
||||
return self.note_type
|
||||
|
||||
class QuestionNote(models.Model):
|
||||
content_type = models.ForeignKey(ContentType, on_delete=models.CASCADE)
|
||||
object_id = models.PositiveIntegerField()
|
||||
|
||||
Reference in New Issue
Block a user