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