several FontAwesome icons changed.

This commit is contained in:
2024-12-23 15:11:49 +09:00
parent 31e4a50ad8
commit d850f50e25
7 changed files with 244 additions and 120 deletions

View File

@@ -5,7 +5,7 @@ from django.utils import timezone
from django.db.models import Q
from hotels.models import Reservation, Hotel
from .models import UserActivityLog, ViolationLog
from touchh.utils.log import CustomLogger
# Настройка логирования
logging.basicConfig(level=logging.INFO)
logger = logging.getLogger(__name__)