Skip to content

Instantly share code, notes, and snippets.

@jstanley23
Last active August 29, 2015 14:27
Show Gist options
  • Save jstanley23/575a739e0ca3d4023b3e to your computer and use it in GitHub Desktop.
Save jstanley23/575a739e0ca3d4023b3e to your computer and use it in GitHub Desktop.
Getting second parent (relationship) to show up in WebUI
from . import schema
class ProgressExtentInfo(schema.ProgressExtentInfo):
@property
def progressAdminServer(self):
return self.progressDatabase.progressAdminServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment