mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 03:57:09 +00:00
chore(backend): improvements in admin panel
This commit is contained in:
@@ -35,7 +35,7 @@ class Review(BaseModel):
|
||||
)
|
||||
|
||||
evaluation = models.JSONField(
|
||||
default=list, null=True, blank=True, verbose_name="выполнение"
|
||||
default=list, null=True, blank=True, verbose_name="оценка"
|
||||
)
|
||||
state = models.CharField(
|
||||
choices=ReviewStatusChoices.choices,
|
||||
|
||||
Reference in New Issue
Block a user