apps.py 93 Bytes
from django.apps import AppConfig

class SchedulerConfig(AppConfig):
    name = 'scheduling'