fix: complete v1.2 account and profile P0 fixes
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import random
|
||||
|
||||
from django.core.management.base import BaseCommand
|
||||
|
||||
from contest.models import Contest, ContestQuestion, Question, QuestionVersion
|
||||
|
||||
import random
|
||||
|
||||
|
||||
def _generate_beginner():
|
||||
"""入门:100以内加减乘除,约 400 题。"""
|
||||
|
||||
Reference in New Issue
Block a user