remove contest type

This commit is contained in:
2026-05-26 23:10:27 -06:00
parent 6b81856bfd
commit 6ab2886f77
12 changed files with 69 additions and 213 deletions

View File

@@ -12,14 +12,8 @@ class ContestStatus(models.TextChoices):
CONTEST_UNDERWAY = "0", "Underway"
class ContestRuleType(models.TextChoices):
ACM = "ACM", "ACM"
OI = "OI", "OI"
class CacheKey:
waiting_queue = "waiting_queue"
contest_rank_cache = "contest_rank_cache"
website_config = "website_config"
problem_authors = "problem_authors"
problem_tags = "problem_tags"