Guest User

Untitled

a guest
Oct 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. url(r'^users/(?P<slug>[\w-]+)/$', DetailView.as_view(
  2. model=User,
  3. template_name='users/user_detail.html',
  4. slug_field = 'username')),
Add Comment
Please, Sign In to add comment