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.CreateEnduranceChallengeForm Class Reference
Inheritance diagram for wowf.forms.challenge.CreateEnduranceChallengeForm:
Inheritance graph
Collaboration diagram for wowf.forms.challenge.CreateEnduranceChallengeForm:
Collaboration graph

Public Member Functions

def create_challenge

Static Public Attributes

tuple duration

Additional Inherited Members

- Public Attributes inherited from wowf.forms.Form
 state

Detailed Description

Definition at line 57 of file challenge.py.

Member Function Documentation

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

Definition at line 63 of file challenge.py.

Member Data Documentation

tuple wowf.forms.challenge.CreateEnduranceChallengeForm.duration
static
Initial value:
SelectField('Duration', [
validators.Required(message='Must select a duration')],
choices=get_durations(), coerce=int)

Definition at line 59 of file challenge.py.


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