Judith van Stegeren
Judith van Stegeren
Books that triggered this error: Oeconomicus by Xenophon (362 BC) Tao Te Ching by Lao Zu (600 BC)
Error: ``` Traceback (most recent call last): File "", line 1, in File "/home/judith/git/josephine/scripts/goodreads_importer.py", line 92, in main goodreads_record_to_book(record) File "/home/judith/git/josephine/scripts/goodreads_importer.py", line 32, in goodreads_record_to_book book.pubdate = datetime.datetime(year=int(record['Original Publication Year']),...
I've forgotten why, though. :(
Reason from [Django docs](https://docs.djangoproject.com/en/3.0/topics/auth/customizing/#substituting-a-custom-user-model): > If you’re starting a new project, it’s highly recommended to set up a custom user model, even if the default User model is sufficient for...
Can currently already be done via Django admin interface > add book
https://docs.djangoproject.com/en/3.0/intro/tutorial05/ - create separate tests for each model and view
It seems the GoodReads public API is DOA. https://www.goodreads.com/topic/show/18536888-is-the-public-api-maintained-at-all
The Bol.com open API seems a good option for most Dutch books and some books in other languages. https://partnerblog.bol.com/documentatie/open-api/
* [LibraryThing](https://www.librarything.com/services/) has multiple API's available, including one for book covers. * [WorldCat](https://www.worldcat.org/affiliate/tools?atype=wcapi) has an API that is only usable by qualifying institutions (i.e. universities). * Open Library is an...
Importing covers has been fixed in commit 71142bea6e305559d633688f76a5655fca20c9f7