summaryrefslogtreecommitdiff
path: root/tbc/models.py
diff options
context:
space:
mode:
authorhardythe12014-07-08 15:35:16 +0530
committerhardythe12014-07-08 15:35:16 +0530
commit3afa66d898abc2a68cb9912c93a86edaee6eef72 (patch)
treef656e5b2a399d8ced4b06f4bb4f6517998ab743c /tbc/models.py
parent2415d9e6616b2fbf3e2cf74a970b82e59868f18d (diff)
downloadPython-TBC-Interface-3afa66d898abc2a68cb9912c93a86edaee6eef72.tar.gz
Python-TBC-Interface-3afa66d898abc2a68cb9912c93a86edaee6eef72.tar.bz2
Python-TBC-Interface-3afa66d898abc2a68cb9912c93a86edaee6eef72.zip
removing the changes for now
Diffstat (limited to 'tbc/models.py')
-rw-r--r--tbc/models.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tbc/models.py b/tbc/models.py
index 56ea268..76c9dc6 100644
--- a/tbc/models.py
+++ b/tbc/models.py
@@ -101,7 +101,6 @@ class ScreenShots(models.Model):
caption = models.CharField(max_length=128)
image = models.FileField(upload_to=get_image_dir)
book = models.ForeignKey(Book)
- chapter = models.ForeignKey(Chapters)
def __unicode__(self):
name = self.caption or 'ScreenShots'
return '%s'%(name)