able to save sketches up from tunnel

This commit is contained in:
goatchurch
2009-09-13 17:27:46 +01:00
parent ced45c92f7
commit 7578b65573
6 changed files with 84 additions and 15 deletions

View File

@@ -173,5 +173,9 @@ class TunnelFile(models.Model):
survexscans = models.ManyToManyField("SurvexScanSingle")
survexblocks = models.ManyToManyField("SurvexBlock")
tunnelcontains = models.ManyToManyField("TunnelFile") # case when its a frame type
filesize = models.IntegerField(default=0)
npaths = models.IntegerField(default=0)
class Meta:
ordering = ('tunnelpath',)