geoip intgration

This commit is contained in:
2024-12-18 20:02:13 +09:00
parent 1e64a432ab
commit de1059bca1
9 changed files with 280 additions and 107 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)