Exemple #1
0
 def fotoAlbum(self):
     import kn.fotos.entities as fEs
     return fEs.by_id(self._data['fotoAlbum'])
Exemple #2
0
 def fotoEvent(self):
     import kn.fotos.entities as fEs
     return fEs.by_id(self._data['fotoEvent'])
Exemple #3
0
 def fotoAlbum(self):
     import kn.fotos.entities as fEs
     return fEs.by_id(self._data['fotoAlbum'])
Exemple #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)
Exemple #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)