Skip to content
Snippets Groups Projects
Commit 1825cd5a authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Update import command

parent 6886c35b
No related branches found
No related tags found
1 merge request!22Add score to transcriptions
#!/usr/bin/env python3
from django.core.management.base import BaseCommand, CommandError
from arkindex.images.models import ImageServer
from arkindex.documents.importer import LocalManifestsImporter
from arkindex.documents.importer import LocalManifestsImporter, URLManifestsImporter
import logging
logging.basicConfig(
......@@ -16,7 +16,7 @@ class Command(BaseCommand):
def add_arguments(self, parser):
parser.add_argument(
'manifest_folder',
help='Folder to recursively search for IIIF manifests',
help='Folder to recursively search for IIIF manifests, or a URL pointing to a manifest',
default='.'
)
parser.add_argument(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment