Skip to content

Instantly share code, notes, and snippets.

@ods
Forked from anonymous/test2.py
Last active January 1, 2016 07:19
Show Gist options
  • Save ods/8111351 to your computer and use it in GitHub Desktop.
Save ods/8111351 to your computer and use it in GitHub Desktop.
registry = Registry()
ReplicatedModel = registry.multidb(
admin=AdminBase,
front=FrontBase,
)
@registry.model(ReplicatedModel)
def Media(models):
id = Column(Integer, primary_key=True, autoincrement=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment