Browse Source

auto commit

master
jfinn 9 months ago
parent
commit
61e48a3b77
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      edan_v1/hrld/views.py

+ 3
- 0
edan_v1/hrld/views.py View File

1
 from django.shortcuts import render
1
 from django.shortcuts import render
2
 
2
 
3
 # Create your views here.
3
 # Create your views here.
4
+import hrld.test_imp
5
+
4
 
6
 
5
 
7
 
6
 
8
 
8
 
10
 
9
 def myview(request):
11
 def myview(request):
10
     return HttpResponse("return this string")
12
     return HttpResponse("return this string")
13
+    hrld.test_imp.run_hrld()
11
 
14
 
12
 
15
 
13
 print("ABC123+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++===")
16
 print("ABC123+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++===")

Loading…
Cancel
Save