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

Saving new survex file parses contents.

This commit is contained in:
2023-03-06 04:52:41 +00:00
parent 8f3b329552
commit ccfc44a423
3 changed files with 102 additions and 74 deletions

View File

@@ -116,7 +116,9 @@ class SurvexBlockLookUpManager(models.Manager):
class SurvexBlock(models.Model):
"""One begin..end block within a survex file. The basic element of a survey trip."""
"""One begin..end block within a survex file. The basic element of a survey trip.
Multiple anonymous survex blocks are possible within the same surfex file
"""
objects = SurvexBlockLookUpManager()
name = models.CharField(max_length=100)