mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Finished extra data processing for epubs
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user