Dave D
0
Q:

absolute url

## Relative URl
<a href = "/xyz.html">

##Absolute
<a href = http://www.example.com/xyz.html>


0
from django.urls import reverse

def get_absolute_url(self):
        return reverse('author-detail', kwargs={'pk': self.pk})
0

New to Communities?

Join the community