kumify/cronhandler/apps.py
2020-12-29 17:26:48 +01:00

6 lines
97 B
Python

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