Advertisement
aaronsnig501

Untitled

Mar 10th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. from polls import api_views
  2.  
  3. urlpatterns = [
  4.     ...
  5.     url(r'^polls/$', api_views.PollViewSet.as_view())
  6. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement