mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-22 22:07:10 +00:00
<type>(scope): <description>
[body] [footer(s)]
This commit is contained in:
@@ -19,7 +19,7 @@ class Competition(BaseModel):
|
||||
|
||||
title = models.CharField(max_length=100, verbose_name="название")
|
||||
description = models.TextField(verbose_name="описание")
|
||||
image_url = models.FileField(
|
||||
image_url = models.ImageField(
|
||||
verbose_name="изображение соревнования",
|
||||
null=True,
|
||||
blank=True,
|
||||
|
||||
Reference in New Issue
Block a user