15 lines
316 B
Python
15 lines
316 B
Python
# Generated by Django 4.0 on 2023-05-31 15:27
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('vehicles', '0010_alter_vehicles_infos_ntype'),
|
|
('vehicles', '0011_remove_vehicles_infos_stitle_vehicles_blucas_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
]
|