This commit is contained in:
10
mm_msg/apps.py
Normal file
10
mm_msg/apps.py
Normal file
@ -0,0 +1,10 @@
|
||||
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
|
Reference in New Issue
Block a user