瀏覽代碼

auto commit

master
jfinn 9 月之前
父節點
當前提交
61e48a3b77
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. 3
    0
      edan_v1/hrld/views.py

+ 3
- 0
edan_v1/hrld/views.py 查看文件

@@ -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…
取消
儲存