2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-16 07:57:09 +00:00

rename tunnelname as dwgname

This commit is contained in:
Philip Sargent
2021-04-26 18:37:59 +01:00
parent 0997fd0901
commit bd647b99ec
2 changed files with 7 additions and 7 deletions

View File

@@ -201,7 +201,7 @@ class SingleScan(models.Model):
class DrawingFile(models.Model):
dwgpath = models.CharField(max_length=200)
tunnelname = models.CharField(max_length=200)
dwgname = models.CharField(max_length=200)
bfontcolours = models.BooleanField(default=False) # UNUSED now, can be deleted
manyscansfolders = models.ManyToManyField("Wallet") # implicitly links via folders to scans to SVX files
scans = models.ManyToManyField("SingleScan") # implicitly links via scans to SVX files