disabled lotPoperty field
This commit is contained in:
parent
2fb261f7d4
commit
7b99dd7dd9
|
@ -46,5 +46,7 @@ class Lot(models.Model):
|
|||
d.delete()
|
||||
|
||||
class LotProperty (Property):
|
||||
|
||||
#uuid is not needed for id
|
||||
uuid = None
|
||||
#lot foreign key is
|
||||
lot = models.ForeignKey(Lot, on_delete=models.CASCADE)
|
||||
|
|
Loading…
Reference in a new issue