Course Times Standards CSV v1 working
This commit is contained in:
@@ -5,6 +5,7 @@ import arrow
|
||||
import datetime
|
||||
|
||||
def save_scoring(name,user,filename,id=0,notes=""):
|
||||
print(notes)
|
||||
if id==0:
|
||||
collection = StandardCollection(name=name,manager=user,notes=notes)
|
||||
collection.save()
|
||||
@@ -102,3 +103,5 @@ def save_scoring(name,user,filename,id=0,notes=""):
|
||||
)
|
||||
|
||||
standard.save()
|
||||
|
||||
return collection.id
|
||||
|
||||
Reference in New Issue
Block a user