17 lines
395 B
Python
17 lines
395 B
Python
# Generated by Django 4.2.2 on 2023-07-03 11:24
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
("contatti_app", "0002_alter_recapito_options"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name="societa",
|
|
options={"verbose_name": "società", "verbose_name_plural": "società"},
|
|
),
|
|
]
|