def _build_url(self): """ Generate frontend url to granted object :return: str """ return urlparse.urljoin(settings.SITE_URL, '#/workspaces/w/{}/'.format( self.object.workspace.slug))