mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-14 05:55:06 +00:00
Ongoing work to remove SurvexDirectory as a concept
This commit is contained in:
@@ -17,7 +17,7 @@ class SurvexDirectory(models.Model):
|
||||
all relate to the same Cave
|
||||
"""
|
||||
path = models.CharField(max_length=200)
|
||||
cave = models.ForeignKey("Cave", blank=True, null=True, on_delete=models.SET_NULL)
|
||||
# cave = models.ForeignKey("Cave", blank=True, null=True, on_delete=models.SET_NULL) # apparently NEVER USED
|
||||
primarysurvexfile = models.ForeignKey(
|
||||
"SurvexFile", related_name="primarysurvexfile", blank=True, null=True, on_delete=models.SET_NULL
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user