def get_absolute_url(self): ''' For adding 'View on Site' links to the admin ''' return reverse('viewInvoice', args=[self.id,])