18 lines
399 B
Python
18 lines
399 B
Python
|
# Generated by Django 2.1.5 on 2019-03-18 11:47
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('equipment', '0015_auto_20190318_1245'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AlterModelOptions(
|
||
|
name='equipmentstorage',
|
||
|
options={'verbose_name': 'stockage', 'verbose_name_plural': 'stockages'},
|
||
|
),
|
||
|
]
|