This repository has been archived on 2026-07-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
vergabe-teilnahme/vergabe_teilnahme/apps/partner/apps.py
2026-05-08 14:26:48 +02:00

6 lines
112 B
Python

from django.apps import AppConfig
class PartnerConfig(AppConfig):
name = 'vergabe_teilnahme.apps.partner'