mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 07:04:27 -04:00
16 lines
308 B
Python
16 lines
308 B
Python
# 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',
|
|
),
|
|
]
|