forked from expo/troggle
Stop storing all SurvexStations
This commit is contained in:
@@ -149,7 +149,7 @@ class SurvexBlock(models.Model):
|
||||
return ssl[0]
|
||||
#print name
|
||||
ss = SurvexStation(name=name, block=self)
|
||||
ss.save()
|
||||
#ss.save()
|
||||
return ss
|
||||
|
||||
def DayIndex(self):
|
||||
|
||||
Reference in New Issue
Block a user