1
0
Fork 0
mirror of synced 2024-06-24 17:10:21 +12:00

refactor: Get archivebox init to run

This commit is contained in:
Cristian 2020-12-28 12:30:57 -05:00
parent 8c4ae73d65
commit 005c8a60c0

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