Browse Source

...

master
jfinn 2 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,6 +33,8 @@ def fn_v(request,*a,**kw):
33 33
 	# glob_cl.acl
34 34
 	# if 
35 35
 	p("fn_v",request)
36
+	for en in dir(request):
37
+		p(en)
36 38
 	# return HttpResponse("fn_v?") 
37 39
 	if (glob_cl.has_cl):
38 40
 		p("async_to_sync sig:",inspect.signature(async_to_sync))

Loading…
Cancel
Save