store metadata per user. remove primaryid. only store isbn13
This commit is contained in:
parent
90648f9e65
commit
02e040d9f5
16 changed files with 245 additions and 192 deletions
|
|
@ -29,7 +29,7 @@ from Crypto.PublicKey import RSA
|
|||
from Crypto.Util.asn1 import DerSequence
|
||||
|
||||
|
||||
from meta.utils import normalize_isbn, find_isbns, get_language
|
||||
from meta.utils import normalize_isbn, find_isbns, get_language, to_isbn13
|
||||
|
||||
import logging
|
||||
logger = logging.getLogger(__name__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue