This commit is contained in:
parent 286490ac1b
commit 4d798daad7
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ class ClickableArea(models.Model):
name = models.CharField("название", max_length=255)
description = models.TextField("описание")
object_name = models.CharField("название объекта", max_length=255)
tergetName = models.CharField(max_length=200)
target = models.ForeignKey(
Scene3D,
on_delete=models.PROTECT,