docker environ removed. Rollback to development

This commit is contained in:
2024-12-23 10:25:52 +09:00
parent 091db21cf8
commit 31e4a50ad8
28 changed files with 126 additions and 391 deletions

View File

@@ -6,7 +6,7 @@ from django.core.management.base import BaseCommand
from telegram.ext import Application
from bot.utils.bot_setup import setup_bot
from scheduler.tasks import load_tasks_to_scheduler
from settings.models import TelegramSettings
from app_settings.models import TelegramSettings
from touchh.utils.log import CustomLogger
class Command(BaseCommand):