added filename field for the 3d model
This commit is contained in:
parent
234e7f2c60
commit
17c10c3278
6 changed files with 88 additions and 1 deletions
|
|
@ -18,5 +18,6 @@ class Category(CommonInfo):
|
|||
|
||||
|
||||
class Sample(CommonInfo):
|
||||
model_filename = models.CharField(max_length=1000)
|
||||
parent = models.ForeignKey(Category, blank=True, null=True,
|
||||
on_delete=models.SET_NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue