|
@@ -5,8 +5,9 @@ from django.http import HttpResponse
|
5
|
5
|
# from wsps.tasks_loop import *
|
6
|
6
|
|
7
|
7
|
# wsps.
|
8
|
|
-import tasks_loop
|
9
|
|
-glob_cl = tasks_loop.glob_cl
|
|
8
|
+# import tasks_loop
|
|
9
|
+# import wsps.tasks_loop
|
|
10
|
+# glob_cl = tasks_loop.glob_cl
|
10
|
11
|
# glob_cl.has_cl
|
11
|
12
|
# glob_cl.acl
|
12
|
13
|
# Create your views here.
|
|
@@ -17,6 +18,7 @@ def index(request):
|
17
|
18
|
def fn_v(request,*a,**kw):
|
18
|
19
|
# glob_cl.acl
|
19
|
20
|
# if
|
|
21
|
+ return HttpResponse("fn_v?")
|
20
|
22
|
if (glob_cl.has_cl):
|
21
|
23
|
return HttpResponse("fn_v has_cl")
|
22
|
24
|
return HttpResponse("fn_v")
|