def get_absolute_url(self): target = reverse_lazy('blog:user_blog', args=[self.author.username]) return target