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()