disabled lotPoperty field

This commit is contained in:
Thomas Nahuel Rusiecki 2024-11-16 15:27:21 -03:00 committed by Cayo Puigdefabregas
parent c3aa13a423
commit 945d97afd6

View file

@ -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)