.. |
__init__.py
|
added core edition googlebooks lookup and test, plus the start of a load_books management command
|
2011-09-07 05:34:03 -04:00 |
add_openlibrary.py
|
added beginning of a management command to remove duplicate editions
|
2011-12-20 12:19:23 -05:00 |
check_db.py
|
check_db command for database integrity check
|
2011-09-12 16:52:06 -07:00 |
check_works_integrity.py
|
Print out the number of Editions tied to Works w/o identifiers
|
2012-01-31 14:19:10 -08:00 |
goodreads_books.py
|
dded a command to load a shelf to a user's wishlist
|
2011-10-26 09:49:54 -07:00 |
goodreads_load_books.py
|
Integrated Goodreads shelf loading to wishlist into UI
|
2011-10-31 17:26:05 -07:00 |
librarything_load_books.py
|
First attempt at placing a Librarything import button
|
2011-11-16 16:47:29 -08:00 |
librarything_load_books_2.py
|
Now scraping LibraryThing view_style 5 to get at ISBNs of works -- as well as LC classification, subjects. Explicit parsing out of work_id and book_id
|
2011-11-15 17:14:28 -08:00 |
list_editions.py
|
Created HTML version of API -- pretty ugly but set up to show what type of info you can get when ISBN passed in
|
2011-09-14 09:11:12 -07:00 |
load_books.py
|
make sure there are some hits when adding a book by isbn
|
2011-10-10 17:26:38 -04:00 |
load_wishlist.py
|
make load_wishlist safer
|
2012-01-28 22:17:11 -05:00 |
random_campaigns.py
|
Do ascii encoding of print message so that the print statement doesn't die on non-ascii words.
|
2011-12-14 18:04:09 +00:00 |
random_tasks.py
|
Refined model for CeleryTask
|
2011-11-10 09:33:22 -08:00 |
random_wishlists.py
|
Wishlists are now filled using the Wishes intermediate table. It's named the same as previous intermediate table, and I've edited the migration so data is not lost.
|
2011-12-08 18:22:20 -05:00 |
recluster_singletons.py
|
Compute the number of works corresponding to new editions
|
2012-02-06 11:34:11 -08:00 |
relookup_isbns.py
|
add relookup_isbns management command
|
2012-02-02 09:05:41 -05:00 |
remove_orphan_editions.py
|
new management command to check for editions without attached works
|
2012-01-30 12:52:53 -05:00 |
remove_orphan_works.py
|
management command to remove orphans (works with no ids pointing at them)
|
2012-01-27 22:09:58 -05:00 |