mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-30 22:45:20 -04:00
fix: post-rebase issues
This commit is contained in:
parent
075d310a9f
commit
a36f36866f
2 changed files with 3 additions and 21 deletions
|
@ -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),
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue