update
This commit is contained in:
16
account/migrations/0004_remove_profile.py
Normal file
16
account/migrations/0004_remove_profile.py
Normal 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',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user