Browse Source

post

master
jfinn 6 days 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,6 +71,12 @@ class CreatePostView(CreateView):  # new
71 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 81
 arbitrary_string_as_template = "abc 123 {% csrf_token %}"
76 82
 def fn_v1(request,*a,**kw):

Loading…
Cancel
Save