vbv/server/vbv_lernwelt/learnpath/utils.py

3 lines
85 B
Python

def get_wagtail_type(obj):
return obj._meta.app_label + '.' + type(obj).__name__