6 lines
110 B
Python
6 lines
110 B
Python
|
|
from django.apps import AppConfig
|
||
|
|
|
||
|
|
|
||
|
|
class PreiseConfig(AppConfig):
|
||
|
|
name = 'vergabe_teilnahme.apps.preise'
|