Blame view

src/scheduler/apps.py 92 Bytes
7a1effdd   haribo   scheduler app cre...
1
2
from django.apps import AppConfig

7a1effdd   haribo   scheduler app cre...
3
4
class SchedulerConfig(AppConfig):
    name = 'scheduler'