Skip to content

Instantly share code, notes, and snippets.

@chriskief
Last active December 26, 2015 20:39
Embed
What would you like to do?
urlpatterns += patterns('',
url(r'author/(?P<pk>\d+)/$', AjaxAuthorUpdateView.as_view(), name='ajax_author_update_view'),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment