dataplot::bike::models::Location Class Reference

Inheritance diagram for dataplot::bike::models::Location:

dataplot::plotmodels::Model List of all members.

Public Member Functions

def __str__

Static Public Attributes

tuple short_name
tuple address = models.TextField(blank=True,null=False,default='')

Classes

class  Admin

Detailed Description

Origin or destination of a bike ride.

Definition at line 30 of file models.py.


Member Function Documentation

def dataplot::bike::models::Location::__str__   self  ) 
 

Definition at line 43 of file models.py.


Member Data Documentation

tuple dataplot::bike::models::Location::address = models.TextField(blank=True,null=False,default='') [static]
 

Definition at line 38 of file models.py.

tuple dataplot::bike::models::Location::short_name [static]
 

Initial value:

models.CharField(
        max_length=100,
        blank=True,
        null=False,
        default='',
        )

Definition at line 32 of file models.py.


The documentation for this class was generated from the following file:
Generated on Tue Apr 22 23:16:23 2008 for django-dataplot by  doxygen 1.4.6