vbv/server/vbv_lernwelt/importer/apps.py

7 lines
156 B
Python

from django.apps import AppConfig
class SsoConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "vbv_lernwelt.importer"