15 lines
299 B
Python
15 lines
299 B
Python
# Generated by Django 4.2.17 on 2024-12-12 07:35
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('inventory', '0014_carfinance_total'),
|
|
('inventory', '0016_alter_carfinance_car_alter_customcard_car'),
|
|
]
|
|
|
|
operations = [
|
|
]
|