Workout With Friends
Stay fit with a little motivation
 All Classes Namespaces Files Functions Variables Properties
Static Public Attributes | List of all members
wowf.forms.challenge.CreateChallengeForm Class Reference
Inheritance diagram for wowf.forms.challenge.CreateChallengeForm:
Inheritance graph
Collaboration diagram for wowf.forms.challenge.CreateChallengeForm:
Collaboration graph

Static Public Attributes

tuple competitor

Additional Inherited Members

- Public Member Functions inherited from wowf.forms.Form
def __init__
- Public Attributes inherited from wowf.forms.Form
 state

Detailed Description

Definition at line 26 of file challenge.py.

Member Data Documentation

tuple wowf.forms.challenge.CreateChallengeForm.competitor
static
Initial value:
TextField('Competitor', [
validators.Required('Competitor cannot be blank'),
Exists(User, User.username, message='Competitor does not exist')],
description='type in users username')

Definition at line 28 of file challenge.py.


The documentation for this class was generated from the following file: