Adds inventaire id to book data model
This commit is contained in:
@ -19,6 +19,9 @@ class BookDataModel(ObjectMixin, BookWyrmModel):
|
||||
openlibrary_key = fields.CharField(
|
||||
max_length=255, blank=True, null=True, deduplication_field=True
|
||||
)
|
||||
inventaire_id = fields.CharField(
|
||||
max_length=255, blank=True, null=True, deduplication_field=True
|
||||
)
|
||||
librarything_key = fields.CharField(
|
||||
max_length=255, blank=True, null=True, deduplication_field=True
|
||||
)
|
||||
|
Reference in New Issue
Block a user