You have a URL which accepts a first_name and last_name in Django:
first_name
last_name
(\'^(?P[a-zA-Z]+)/(?P[a-zA-Z]
('^(?P[a-zA-Z]+)/(?P[a-zA-Z]+)(?:/(?P[a-zA-Z]+))?/$','some_method'),
Don't forget to give title a default value in the view.
title