replace GetCaveByReference

This commit is contained in:
Philip Sargent
2020-06-28 01:50:34 +01:00
parent 899ba13df4
commit 122cdd7fc8
5 changed files with 155 additions and 102 deletions

View File

@@ -16,6 +16,10 @@ class SurvexDirectory(models.Model):
class Meta:
ordering = ('id',)
def __str__(self):
return str(self.path) + "-" + str(self.primarysurvexfile.path)
class SurvexFile(models.Model):
path = models.CharField(max_length=200)