butler_ddochi/mm_msg/apps.py
icurfer ea11832a53
Some checks failed
Build And Test / build-and-push (push) Failing after 53s
init
2024-12-13 17:12:03 +09:00

10 lines
214 B
Python

from django.apps import AppConfig
class MmMsgConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'mm_msg'
# 추가
def ready(self):
from .tasks import scheduler