mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-06 07:47:53 +10:00
rename archive_org to archivedotorg, add BinaryWorker, fix config pass-through
This commit is contained in:
17
archivebox/crawls/migrations/0004_remove_crawl_output_dir.py
Normal file
17
archivebox/crawls/migrations/0004_remove_crawl_output_dir.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 6.0 on 2026-01-05 01:09
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('crawls', '0003_remove_crawlschedule_num_uses_failed_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='crawl',
|
||||
name='output_dir',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user