import factory
from server.vbv_lernwelt.learnpath.models import LearningPath
class LearningPathFactory(factory.django.DjangoModelFactory):
class Meta:
model = LearningPath