mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-21 13:52:30 +02:00
refactor: Get archivebox init to run
This commit is contained in:
18
archivebox/core/migrations/0008_auto_20201228_1718.py
Normal file
18
archivebox/core/migrations/0008_auto_20201228_1718.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 3.1.3 on 2020-12-28 17:18
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('core', '0007_archiveresult'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='archiveresult',
|
||||
name='extractor',
|
||||
field=models.CharField(choices=['title', 'wget'], max_length=32),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user