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

Public Member Functions

def create_challenge

Static Public Attributes

tuple distance

Additional Inherited Members

- Public Attributes inherited from wowf.forms.Form
 state

Detailed Description

Definition at line 45 of file challenge.py.

Member Function Documentation

def wowf.forms.challenge.CreateSpeedChallengeForm.create_challenge (   self,
  user 
)

Definition at line 51 of file challenge.py.

Member Data Documentation

tuple wowf.forms.challenge.CreateSpeedChallengeForm.distance
static
Initial value:
SelectField('Distance', [
validators.Required(message='Must select a distance')],
choices=get_distances(), coerce=int)

Definition at line 47 of file challenge.py.


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