jfinn 5 giorni fa
parent
commit
3802b64662
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4
    0
      wsps/views.py

+ 4
- 0
wsps/views.py Vedi File

@@ -72,7 +72,11 @@ class CreatePostView(CreateView):  # new
72 72
 
73 73
 
74 74
 def fn_vpx(request,*a,**kw):
75
+	p("\n")
75 76
 	p("fn_vpx:",request,"\n",a,kw)
77
+	for en in dir(request):
78
+		attr = getattr(request,en,"NO_ATTR")
79
+		p(en,type(en))
76 80
 
77 81
 	return HttpResponse("fn_vpx") 
78 82
 

Loading…
Annulla
Salva