This commit is contained in:
2026-03-18 18:40:10 +08:00
parent 7e5e02c7e6
commit e692ddd1f3
7 changed files with 17 additions and 87 deletions

View File

@@ -0,0 +1,16 @@
# Generated by Django 6.0.1 on 2026-03-18 10:38
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('account', '0003_user_classname'),
]
operations = [
migrations.DeleteModel(
name='Profile',
),
]