CARGA
CARGA
This commit is contained in:
21
inventarioalmacen/migrations/0013_auto_20211103_2233.py
Normal file
21
inventarioalmacen/migrations/0013_auto_20211103_2233.py
Normal file
@@ -0,0 +1,21 @@
|
||||
# Generated by Django 3.2.8 on 2021-11-04 04:33
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('inventarioalmacen', '0012_alter_pieza_cantidad'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='rentrada',
|
||||
options={'ordering': ['-id'], 'verbose_name': 'Entrada', 'verbose_name_plural': 'Entradas'},
|
||||
),
|
||||
migrations.AlterModelOptions(
|
||||
name='rsalida',
|
||||
options={'ordering': ['-id'], 'verbose_name': 'Salida', 'verbose_name_plural': 'Salidas'},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user