mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
feat: Initialize django at the beginning
This commit is contained in:
parent
5faadee7d1
commit
e1d0b8bce7
5 changed files with 7 additions and 13 deletions
|
@ -32,6 +32,7 @@ def test_depth_flag_0_crawls_only_the_arg_page(tmp_path, process, disable_extrac
|
|||
env=disable_extractors_dict,
|
||||
)
|
||||
|
||||
breakpoint()
|
||||
archived_item_path = list(tmp_path.glob('archive/**/*'))[0]
|
||||
with open(archived_item_path / "index.json", "r") as f:
|
||||
output_json = json.load(f)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue