fix many bugs

This commit is contained in:
zema1
2017-10-31 16:33:25 +08:00
parent f0655ee305
commit aa4240790b
12 changed files with 62 additions and 35 deletions

View File

@@ -54,7 +54,7 @@ class Contest(models.Model):
class Meta:
db_table = "contest"
ordering = ("-create_time",)
ordering = ("-start_time",)
class AbstractContestRank(models.Model):