Compare commits

...

2 Commits

View File

@ -59,7 +59,7 @@ class Command(BaseCommand):
parser.add_argument(
'--batch_size',
type=int,
required=True,
default=1000,
help='Integer number of pixels to be inserted into the database at once'
)