Created accounts model
This commit is contained in:
17
app/apps/accounts/migrations/0002_rename_accounts_account.py
Normal file
17
app/apps/accounts/migrations/0002_rename_accounts_account.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 5.1 on 2025-11-11 09:24
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('accounts', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameModel(
|
||||
old_name='Accounts',
|
||||
new_name='Account',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user