1
0
Fork 0
mirror of synced 2024-09-18 18:28:56 +12:00
ArchiveBox/archivebox/plugantic/migrations/0016_delete_customplugin.py

17 lines
308 B
Python
Raw Normal View History

2024-05-18 15:13:54 +12:00
# Generated by Django 5.0.6 on 2024-05-18 01:57
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('plugantic', '0015_alter_customplugin_path'),
]
operations = [
migrations.DeleteModel(
name='CustomPlugin',
),
]