mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-04-21 05:31:00 +00:00
parent
de98651ab0
commit
8f14e64701
1 changed files with 5 additions and 0 deletions
|
|
@ -34,3 +34,8 @@ class Word(models.Model):
|
|||
|
||||
def __unicode__(self):
|
||||
return unicode(self.word)
|
||||
|
||||
|
||||
class School(models.Model):
|
||||
|
||||
classes = models.ManyToManyField(ClassRoom)
|
||||
|
|
|
|||
Loading…
Reference in a new issue