added course distance to database
This commit is contained in:
@@ -193,6 +193,9 @@ def createcourse(
|
||||
j += 1
|
||||
i += 1
|
||||
|
||||
c.distance = int(course_length(c))
|
||||
c.save()
|
||||
|
||||
return c
|
||||
|
||||
def coursetime_first(data,paths):
|
||||
|
||||
Reference in New Issue
Block a user