You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

views.py 332B

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