feat: ADRF async views (phase1) + native async serializers (phase2) + async cache infra

This commit is contained in:
async-upgrade
2026-09-06 14:26:17 +08:00
parent 9a6577f71e
commit 8f488fcaaa
55 changed files with 2224 additions and 1513 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
from django.http import JsonResponse
def user_index(request):
async def user_index(request):
return JsonResponse({
'code': 200,
'message': 'User API index',