[books] Add google as a source and clean up data model

This commit is contained in:
2025-01-26 23:38:46 -05:00
parent 25a14ed9e7
commit f90a3b84a8
9 changed files with 210 additions and 7 deletions

View File

@ -30,10 +30,10 @@ class BookAdmin(admin.ModelAdmin):
date_hierarchy = "created"
list_display = (
"title",
"isbn",
"subtitle",
"isbn_13",
"first_publish_year",
"pages",
"openlibrary_id",
)
search_fields = ("name",)
ordering = ("-created",)