errrr
This commit is contained in:
16
app/apps/accounts/migrations/0004_delete_account.py
Normal file
16
app/apps/accounts/migrations/0004_delete_account.py
Normal file
@@ -0,0 +1,16 @@
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("accounts", "0003_alter_account_email"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(
|
||||
name="Account",
|
||||
),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user