vbv/server/vbv_lernwelt/learnpath/tests/create_default_learning_pat...

10 lines
248 B
Python

from vbv_lernwelt.learnpath.models import LearningPath
from vbv_lernwelt.learnpath.tests.learningpath_factories import LearningPathFactory
def create_default_learning_path():
lp = LearningPath()
lp.save()
#lp = LearningPathFactory()