18 lines
389 B
Python
18 lines
389 B
Python
|
# Generated by Django 3.1.3 on 2020-11-19 06:23
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('servicios', '0006_auto_20201119_0323'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AlterModelOptions(
|
||
|
name='servicio',
|
||
|
options={'verbose_name': 'service', 'verbose_name_plural': 'services'},
|
||
|
),
|
||
|
]
|