from sqlalchemy import orm
from wradmin.model import meta
from wrpylib import mwdb, wrmwdb
from sqlalchemy import orm
from wradmin.model import meta
from wrpylib import mwdb, wrmwdb
categorylinks_table = mwdb.categorylinks_table(meta.metadata)
categorylinks_table = mwdb.categorylinks_table(meta.metadata)
class WrReport(object):
pass
class WrReport(object):
pass
# orm.mapper(WrSledrunCache, wrsledruncache_table, properties = {'reports': orm.relation(WrReport, backref='sledding')})
orm.mapper(WrSledrunCache, wrsledruncache_table)
orm.mapper(WrInnCache, wrinncache_table)
# orm.mapper(WrSledrunCache, wrsledruncache_table, properties = {'reports': orm.relation(WrReport, backref='sledding')})
orm.mapper(WrSledrunCache, wrsledruncache_table)
orm.mapper(WrInnCache, wrinncache_table)