17 lines
294 B
Python
17 lines
294 B
Python
# Generated by Django 5.1.7 on 2025-07-27 02:45
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('app', '0202_delete_account_entry'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.DeleteModel(
|
|
name='Account',
|
|
),
|
|
]
|