Ejemplo n.º 1
0
 def fotoAlbum(self):
     import kn.fotos.entities as fEs
     return fEs.by_id(self._data['fotoAlbum'])
Ejemplo n.º 2
0
 def fotoEvent(self):
     import kn.fotos.entities as fEs
     return fEs.by_id(self._data['fotoEvent'])
Ejemplo n.º 3
0
 def fotoAlbum(self):
     import kn.fotos.entities as fEs
     return fEs.by_id(self._data['fotoAlbum'])
Ejemplo n.º 4
0
 def fotoEvent(self):
     import kn.fotos.entities as fEs
     return fEs.by_id(self._data['fotoEvent'])
def cache(the_id):
     e = fEs.by_id(the_id)
     print the_id
     for c in e.CACHES:
         print c
         e.ensure_cached(c)
Ejemplo n.º 6
0
def cache(the_id):
    e = fEs.by_id(the_id)
    print(the_id)
    for c in e.CACHES:
        print(c)
        e.ensure_cached(c)