Static Public Attributes |
tuple | lookup_data |
tuple | lookup_data = () |
tuple | id = Column(Integer(unsigned=True), primary_key=True) |
tuple | name = Column(Unicode(40), nullable=False, index=True) |
tuple | query = DBSession.query_property() |
list | index_fields = [] |
Static Private Attributes |
string | __tablename__ = 'challenge_types' |
Detailed Description
Definition at line 60 of file lookup_tables.py.
Member Data Documentation
string wowf.models.lookup_tables.ChallengeType.__tablename__ = 'challenge_types' |
|
staticprivate |
tuple wowf.models.lookup_tables.ChallengeType.lookup_data |
|
static |
Initial value:(
'speed', 'endurance', 'bench_press', 'squat')
Definition at line 63 of file lookup_tables.py.
The documentation for this class was generated from the following file: