Registered model to admin and made changes
This commit is contained in:
17
techdb/catops/migrations/0002_rename_parts_part.py
Normal file
17
techdb/catops/migrations/0002_rename_parts_part.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 5.1.2 on 2024-10-18 09:55
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('catops', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameModel(
|
||||
old_name='Parts',
|
||||
new_name='Part',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user