mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 20:17:10 +00:00
feat: added submissions history, formatted
This commit is contained in:
@@ -73,7 +73,9 @@ class Command(BaseCommand):
|
||||
description=description,
|
||||
start_date=start_date,
|
||||
end_date=end_date,
|
||||
type=random.choice(["edu", "competitive"]), # assuming only one type for now
|
||||
type=random.choice(
|
||||
["edu", "competitive"]
|
||||
), # assuming only one type for now
|
||||
participation_type="solo",
|
||||
)
|
||||
# Add random participants
|
||||
|
||||
Reference in New Issue
Block a user