Browse Source

post

master
jfinn 1 week ago
parent
commit
cc1e836207
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      wsps/views.py

+ 6
- 0
wsps/views.py View File

71
 	# success_url = reverse_lazy("home")
71
 	# success_url = reverse_lazy("home")
72
 
72
 
73
 
73
 
74
+def fn_vpx(request,*a,**kw):
75
+	p("fn_vpx:",request,"\n",a,kw)
76
+
77
+	return HttpResponse("fn_vpx") 
78
+
79
+
74
 
80
 
75
 arbitrary_string_as_template = "abc 123 {% csrf_token %}"
81
 arbitrary_string_as_template = "abc 123 {% csrf_token %}"
76
 def fn_v1(request,*a,**kw):
82
 def fn_v1(request,*a,**kw):

Loading…
Cancel
Save