1
You need to include the namespace when referencing the url
return reverse('portfolio:details', kwargs={"slug": self.slug})
Source:stackexchange.com
1
You need to include the namespace when referencing the url
return reverse('portfolio:details', kwargs={"slug": self.slug})