Advertisement
aaronsnig501

Untitled

Mar 11th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.20 KB | None | 0 0
  1. ...
  2. from threads import api_views as thread_api_views
  3. ...
  4.  
  5. urlpatterns = [
  6.     ...
  7.     url(r'^post/update/(?P<pk>[\d+]+)/$', thread_api_views.PostUpdateView.as_view(),
  8.         name="update-poll"),
  9. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement