kumify/cronhandler/apps.py

6 lines
97 B
Python
Raw Normal View History

from django.apps import AppConfig
class CronhandlerConfig(AppConfig):
name = 'cronhandler'