mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 01:37:11 +00:00
fix: fixed data generation
This commit is contained in:
@@ -105,6 +105,7 @@ class Command(BaseCommand):
|
|||||||
description=description,
|
description=description,
|
||||||
type=task_type,
|
type=task_type,
|
||||||
points=random.randint(1, 10),
|
points=random.randint(1, 10),
|
||||||
|
submission_reviewers_count=random.randint(2, 10),
|
||||||
max_attempts=random.randint(1, 10),
|
max_attempts=random.randint(1, 10),
|
||||||
)
|
)
|
||||||
tasks.append(task)
|
tasks.append(task)
|
||||||
|
|||||||
Reference in New Issue
Block a user