Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as Plain Text by Ken ( 12 years ago )
class AppDeployment(Base):
    [...]

     envir

    @hybrid_property
    def environment(self):
        return self.environment_obj.environment


class Environment(Base):
    __tablename__ = 'environments'

    id = Column(u'environmentID', INTEGER(), primary_key=True)
     envir nullable=False, unique=True)
    [...]

 

Revise this Paste

Children: 73218
Your Name: Code Language: