mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-22 23:17:09 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -73,8 +73,8 @@ class Command(BaseCommand):
|
|||||||
description=description,
|
description=description,
|
||||||
start_date=start_date,
|
start_date=start_date,
|
||||||
end_date=end_date,
|
end_date=end_date,
|
||||||
type="solo", # assuming only one type for now
|
type=random.choice(["edu", "competitive"]), # assuming only one type for now
|
||||||
participation_type=random.choice(["edu", "competitive"]),
|
participation_type="solo",
|
||||||
)
|
)
|
||||||
# Add random participants
|
# Add random participants
|
||||||
selected_users = random.sample(
|
selected_users = random.sample(
|
||||||
|
|||||||
Reference in New Issue
Block a user