mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 22:54:27 -04:00
21 lines
885 B
Python
21 lines
885 B
Python
# Generated by Django 5.0.6 on 2024-05-18 01:25
|
|
|
|
import archivebox.plugantic.replayers
|
|
import django.core.serializers.json
|
|
import django_pydantic_field.fields
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('plugantic', '0002_alter_plugin_schema'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='plugin',
|
|
name='schema',
|
|
field=django_pydantic_field.fields.PydanticSchemaField(config=None, default={'embed_template': 'plugins/generic_replayer/templates/embed.html', 'fullpage_template': 'plugins/generic_replayer/templates/fullpage.html', 'name': 'GenericReplayer', 'row_template': 'plugins/generic_replayer/templates/row.html', 'url_pattern': '*'}, encoder=django.core.serializers.json.DjangoJSONEncoder, schema=archivebox.plugantic.replayers.Replayer),
|
|
),
|
|
]
|