Ejemplo n.º 1
0
 def get(self):
     """Define get method."""
     stats = Link.get_stats()
     self.render(
         'links/get_stats.html',
         stats=stats,
         url=self.request.application_url
     )