<type>(scope): <description>

[body]

[footer(s)]
This commit is contained in:
ITQ
2025-03-01 23:35:03 +03:00
parent 8268ce3792
commit 045fcfc259
+1 -1
View File
@@ -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,