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__ = 'notification_types' |
Detailed Description
Definition at line 52 of file lookup_tables.py.
Member Data Documentation
string wowf.models.lookup_tables.NotificationType.__tablename__ = 'notification_types' |
|
staticprivate |
tuple wowf.models.lookup_tables.NotificationType.lookup_data |
|
static |
Initial value:(
'requested_challenge', 'accepted_challenge', 'denied_challenge',
'new_buddy', 'uploaded_workout')
Definition at line 55 of file lookup_tables.py.
The documentation for this class was generated from the following file: