MCPcopy
hub / github.com/ArchiveBox/ArchiveBox / shell

Function shell

archivebox/main.py:1364–1370  ·  view source on GitHub ↗

Enter an interactive ArchiveBox Django shell

(out_dir: Path=OUTPUT_DIR)

Source from the content-addressed store, hash-verified

1362
1363@enforce_types
1364def shell(out_dir: Path=OUTPUT_DIR) -> None:
1365 """Enter an interactive ArchiveBox Django shell"""
1366
1367 check_data_folder(out_dir=out_dir)
1368
1369 from django.core.management import call_command
1370 call_command("shell_plus")
1371

Callers 1

mainFunction · 0.85

Calls 1

check_data_folderFunction · 0.85

Tested by

no test coverage detected