18 lines
447 B
Python
18 lines
447 B
Python
# Generated by Django 4.0.5 on 2022-07-24 22:10
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('laboratorios', '0004_alter_lab_options_alter_labcomputo_options'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='labcomputo',
|
|
options={'ordering': ['-id'], 'verbose_name': 'Laboratorio', 'verbose_name_plural': 'Laboratorios'},
|
|
),
|
|
]
|