fix: post-rebase issues

This commit is contained in:
Cristian 2021-01-11 09:32:10 -05:00
parent 075d310a9f
commit a36f36866f
2 changed files with 3 additions and 21 deletions

View file

@ -1,18 +0,0 @@
# 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),
),
]