summaryrefslogtreecommitdiff
path: root/app/locations/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/locations/models.py')
-rwxr-xr-xapp/locations/models.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/locations/models.py b/app/locations/models.py
index 000105e..bbeb2e0 100755
--- a/app/locations/models.py
+++ b/app/locations/models.py
@@ -159,7 +159,6 @@ class Location(models.Model):
def __unicode__(self): return self.name
-"""
class BirdingLocation(models.Model):
location = models.ForeignKey(Location)
name = models.CharField(max_length=50)
@@ -174,7 +173,6 @@ class BirdingLocation(models.Model):
def __unicode__(self): return self.name
-"""
class Route(models.Model):
name = models.CharField(max_length=200)