0016_delete_customplugin.py 308 B

12345678910111213141516
  1. # Generated by Django 5.0.6 on 2024-05-18 01:57
  2. from django.db import migrations
  3. class Migration(migrations.Migration):
  4. dependencies = [
  5. ('plugantic', '0015_alter_customplugin_path'),
  6. ]
  7. operations = [
  8. migrations.DeleteModel(
  9. name='CustomPlugin',
  10. ),
  11. ]