added new page for admistrative purpose

This commit is contained in:
2017-10-02 18:59:30 +02:00
parent 565bb3963e
commit c21e0d3292
7 changed files with 96 additions and 2 deletions

View File

@@ -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):