mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-14 03:38:50 +00:00
Better tag locations
This commit is contained in:
@@ -53,7 +53,7 @@ class SurvexStationLookUpManager(models.Manager):
|
||||
class SurvexStation(models.Model):
|
||||
name = models.CharField(max_length=100)
|
||||
# block = models.ForeignKey("SurvexBlock", null=True, on_delete=models.SET_NULL)
|
||||
# block not used since 2020. survex stations objects are only used for entrnce locations and all taken from the .3d file
|
||||
# block not used since 2020. survex stations objects are only used for entrance locations and all taken from the .3d file
|
||||
objects = SurvexStationLookUpManager() # overwrites SurvexStation.objects and enables lookup()
|
||||
x = models.FloatField(blank=True, null=True)
|
||||
y = models.FloatField(blank=True, null=True)
|
||||
|
||||
Reference in New Issue
Block a user