6 lines
118 B
Python
6 lines
118 B
Python
|
|
from django.apps import AppConfig
|
||
|
|
|
||
|
|
|
||
|
|
class BibliothekConfig(AppConfig):
|
||
|
|
name = 'vergabe_teilnahme.apps.bibliothek'
|