mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 03:57:09 +00:00
add points field to task schema
This commit is contained in:
@@ -26,10 +26,10 @@ class Competition(BaseModel):
|
||||
upload_to=image_url_upload_to,
|
||||
)
|
||||
end_date = models.DateTimeField(
|
||||
verbose_name="дедлайн участия", null=True, blank=True
|
||||
verbose_name="окончание соревнования", null=True, blank=True
|
||||
)
|
||||
start_date = models.DateTimeField(
|
||||
verbose_name="дедлайн участия", null=True, blank=True
|
||||
verbose_name="начало соревнования", null=True, blank=True
|
||||
)
|
||||
type = models.CharField(
|
||||
max_length=11,
|
||||
|
||||
Reference in New Issue
Block a user