views.py
class UserPublicShell(DetailView): model = User template_name = \'users/public_shell.html\'
urls.py: