summaryrefslogtreecommitdiff
path: root/app/books/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/books/models.py')
-rw-r--r--app/books/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/books/models.py b/app/books/models.py
index 5df74f1..00c0bdf 100644
--- a/app/books/models.py
+++ b/app/books/models.py
@@ -32,6 +32,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)
+ afflink = models.CharField(max_length=400, blank=True, null=True)
RATINGS = (
('1', "1 Star"),
('2', "2 Stars"),