반응형 You cannot call this from an async context - use a thread or sync_to_async1 [Django] SynchronousOnlyOperation: You cannot call this from an async context - use a thread or sync_to_async [비동기 async 함수에서 ORM 조회 안되는 경우 ] Django: SynchronousOnlyOperation: You cannot call this from an async context - use a thread or sync_to_async # 샘플코드 async def sync_function(): query = Models.objects.filter(status='사용').all() return 'success' 해당 비동기 함수에서는 Django: SynchronousOnlyOperation: You cannot call this from an async context - use a thread or sync_to_async 에러가 발생할 거에요. 조회가 되지 않으면, UPDATE나 DE.. 2022. 7. 26. 이전 1 다음 반응형