@@ -10,7 +10,7 @@ from django.http import HttpResponse
@transaction.non_atomic_requests
async def myview(request):
- hrld.test_imp.run_hrld(3)
+ await hrld.test_imp.run_hrld(3)
return HttpResponse("return this string???./>,.>")