1234567891011121314151617 |
- from django.shortcuts import render
-
- # Create your views here.
- import hrld.test_imp
-
-
-
-
- from django.http import HttpResponse
-
- async def myview(request):
- hrld.test_imp.run_hrld(3)
- return HttpResponse("return this string???./>,>")
-
-
- print("ABC123+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++===")
|