jfinn 2 mesi fa
parent
commit
39a89ca0de
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2
    0
      wsps/views.py

+ 2
- 0
wsps/views.py Vedi 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…
Annulla
Salva