Browse Source

...

master
jfinn 8 months ago
parent
commit
39a89ca0de
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      wsps/views.py

+ 2
- 0
wsps/views.py View File

33
 	# glob_cl.acl
33
 	# glob_cl.acl
34
 	# if 
34
 	# if 
35
 	p("fn_v",request)
35
 	p("fn_v",request)
36
+	for en in dir(request):
37
+		p(en)
36
 	# return HttpResponse("fn_v?") 
38
 	# return HttpResponse("fn_v?") 
37
 	if (glob_cl.has_cl):
39
 	if (glob_cl.has_cl):
38
 		p("async_to_sync sig:",inspect.signature(async_to_sync))
40
 		p("async_to_sync sig:",inspect.signature(async_to_sync))

Loading…
Cancel
Save