fix: fixed data generation

This commit is contained in:
Андрей Сумин
2025-03-02 15:45:34 +03:00
parent 65bd730759
commit 73d77c51b9
@@ -105,6 +105,7 @@ class Command(BaseCommand):
description=description,
type=task_type,
points=random.randint(1, 10),
submission_reviewers_count=random.randint(2, 10),
max_attempts=random.randint(1, 10),
)
tasks.append(task)