rename archive_org to archivedotorg, add BinaryWorker, fix config pass-through

This commit is contained in:
Nick Sweeting
2026-01-04 22:38:15 -08:00
parent 456aaee287
commit 7ceaeae2d9
32 changed files with 1111 additions and 110 deletions

View 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',
),
]