From 875e1a8c87ea0825653684068810987c78c94857 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sat, 3 Mar 2018 09:43:25 -0600 Subject: added amazon url to books section. probably won't use it though. --- app/books/models.py | 1 + 1 file changed, 1 insertion(+) (limited to 'app/books') diff --git a/app/books/models.py b/app/books/models.py index ebd3a2a..c3c15f4 100644 --- a/app/books/models.py +++ b/app/books/models.py @@ -25,6 +25,7 @@ class Book(models.Model): publish_date = models.CharField(max_length=40, blank=True, null=True) publish_place = models.CharField(max_length=100, blank=True, null=True) openlib_url = models.CharField(max_length=400, blank=True, null=True) + amazon_url = models.CharField(max_length=400, blank=True, null=True) RATINGS = ( ('1', "1 Star"), ('2', "2 Stars"), -- cgit v1.2.3-70-g09d2