device login

This commit is contained in:
2025-08-18 10:08:33 +03:30
parent c2318b45c5
commit e8b01b8e3a
14 changed files with 1170 additions and 17 deletions

View File

@@ -11,8 +11,6 @@ from rest_framework import status
from django.db import transaction
from django.db.models import Q
from datetime import datetime
from asgiref.sync import sync_to_async, async_to_sync
from django.http import JsonResponse
def trash(queryset, pk): # noqa