mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-29 14:05:21 -04:00
refactor: Get archivebox init to run
This commit is contained in:
parent
8c4ae73d65
commit
005c8a60c0
1 changed files with 18 additions and 0 deletions
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),
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue