Skip to content

Instantly share code, notes, and snippets.

@maryokhin
Created July 9, 2014 17:30
Show Gist options
  • Save maryokhin/19ba606b18b6dc7501f9 to your computer and use it in GitHub Desktop.
Save maryokhin/19ba606b18b6dc7501f9 to your computer and use it in GitHub Desktop.
# Channels
url(r'^channels/$', ChannelViewSet.as_view(**VIEW_LIST), name='channel-list'),
url(r'^channels/(?P<channel_key>[\w_]+)/$', ChannelViewSet.as_view(**VIEW_INSTANCE), name='channel-instance'),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment