Sfoglia il codice sorgente

auto commit

master
jfinn 9 mesi fa
parent
commit
61e48a3b77
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3
    0
      edan_v1/hrld/views.py

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

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

Loading…
Annulla
Salva