added new page for admistrative purpose
This commit is contained in:
@@ -64,6 +64,7 @@ class Match(models.Model):
|
||||
pointsTeam2 = models.SmallIntegerField()
|
||||
finished = models.BooleanField()
|
||||
season = models.CharField(max_length=4)
|
||||
#leagueShortcut = models.ForeignKey(Competition)
|
||||
leagueShortcut = models.CharField(max_length=12)
|
||||
|
||||
def __unicode__(self):
|
||||
|
||||
Reference in New Issue
Block a user