from django.urls import reverse def get_absolute_url(self): return reverse('author-detail', kwargs={'pk': self.pk})