Finished extra data processing for epubs

This commit is contained in:
Raelon Masters
2020-06-14 21:31:12 -04:00
parent e3ea56c216
commit be5ac2d94f
2 changed files with 11 additions and 10 deletions

View File

@@ -30,6 +30,7 @@ class Books(models.Model):
progress = models.IntegerField(null=True)
file_name = models.CharField(max_length=255, null=False)
description = models.TextField(null=True)
identifier = models.CharField(max_length=255, null=True)
publisher = models.CharField(max_length=266, null=True)
date = models.DateField(null=True)
rights = models.CharField(max_length=255, null=True)