18 lines
419 B
Python
18 lines
419 B
Python
# Generated by Django 4.0 on 2022-07-04 18:19
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('vehicles', '0006_rename_vhc_infos_vehicles_infos'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='vehicles_infos',
|
|
options={'verbose_name': 'véhicule info', 'verbose_name_plural': 'véhicule infos'},
|
|
),
|
|
]
|