From 9a7a1728a44168e3d113edfa500893474343ec80 Mon Sep 17 00:00:00 2001 From: Rad Date: Thu, 28 Feb 2019 18:46:40 +0000 Subject: working maps: cave -> desc, survey -> cave, expedition -> person. Added /millnialpeople/ page. --- core/models_millenial.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/models_millenial.py') diff --git a/core/models_millenial.py b/core/models_millenial.py index c97be36..1534961 100644 --- a/core/models_millenial.py +++ b/core/models_millenial.py @@ -70,8 +70,8 @@ class ExpeditionM(models.Model): #instance of this class corresponds to one expo class SurveyM(models.Model): #instance of this class corresponds to one .svx file - one trip date = models.CharField(max_length=100) #date of the trip in format YYYY.MM.DD (dated:=date given by .svx file) - maxdepth = models.FloatField() #represents max depth of a node in this survey - + survex_file = models.TextField() + class Logbook_entryM(models.Model): #instance of this class corresponds to one bit of logbook (c.f. expo.survex.com/years/2015/logbook.html or simil) date = models.CharField(max_length=100) #date as typed into logbook contents = models.TextField() #contents of the logbook chunk -- cgit v1.2.3