예제 #1
0
파일: api.py 프로젝트: danluzhen/Rapimando
 def sites_show(self, request):
     """Show all sites"""
     entity = Site.get_sites(request)
     return entity