|
|
|
|
27
|
path('jstp_dev2/', wsps.views.fn_v2),
|
27
|
path('jstp_dev2/', wsps.views.fn_v2),
|
28
|
path('jstp_dev3', wsps.views.CreatePostView.as_view()),
|
28
|
path('jstp_dev3', wsps.views.CreatePostView.as_view()),
|
29
|
path('jstp_dev4', wsps.views.HomePageView.as_view()),
|
29
|
path('jstp_dev4', wsps.views.HomePageView.as_view()),
|
|
|
30
|
+ path('jstp_dev5', wsps.views.fn_vpx),
|
30
|
|
31
|
|
31
|
# path("post/", CreatePostView.as_view(), name="add_post") # new
|
32
|
# path("post/", CreatePostView.as_view(), name="add_post") # new
|
32
|
|
33
|
|