mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-06 07:47:53 +10:00
17 lines
354 B
Python
17 lines
354 B
Python
# 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",
|
|
),
|
|
]
|