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