15 lines
318 B
Python
15 lines
318 B
Python
# Generated by Django 5.1.4 on 2024-12-11 15:47
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('inventory', '0005_alter_carfinance_options_remove_carfinance_total'),
|
|
('inventory', '0012_remove_salequotationcar_price'),
|
|
]
|
|
|
|
operations = [
|
|
]
|