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

| Public Member Functions | |
| def | __str__ | 
| Static Public Attributes | |
| tuple | short_name | 
| tuple | address = models.TextField(blank=True,null=False,default='') | 
| Classes | |
| class | Admin | 
Origin or destination of a bike ride.
Definition at line 30 of file models.py.
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| Initial value: models.CharField(
        max_length=100,
        blank=True,
        null=False,
        default='',
        )
 | 
 1.4.6
 1.4.6