X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/e977f7187b10b1bc0a30794cd585c6b840568996..81f5e7445d649ead05b4d3d0a15b742444cd8b06:/src/documents/management/commands/insert_isbn.py diff --git a/src/documents/management/commands/insert_isbn.py b/src/documents/management/commands/insert_isbn.py index 536d30ff..15104d71 100644 --- a/src/documents/management/commands/insert_isbn.py +++ b/src/documents/management/commands/insert_isbn.py @@ -62,7 +62,7 @@ class Command(BaseCommand): for slug, isbn_list in isbn_lists.iteritems(): print('processing %s' % slug) - book = Book.objects.get(dc_slug=slug) + book = Book.objects.get(catalogue_book_id=slug) chunk = book.chunk_set.first() old_head = chunk.head src = old_head.materialize()