sMerge branch 'master' of git.smartsoltech.kr:trevor/touchh_bot

This commit is contained in:
2024-12-21 21:56:40 +09:00
10 changed files with 303 additions and 106 deletions

View File

@@ -1,6 +1,9 @@
from django.db import models
from django.utils.timezone import now
import logging
logger = logging.getLogger(__name__)
logger.info("Загрузка модели ScheduledTask")
class ScheduledTask(models.Model):
task_name = models.CharField(max_length=255)