19 lines
401 B
Python
19 lines
401 B
Python
# Generated by Django 3.2.13 on 2022-04-28 09:07
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('artsurvey', '0161_metacomment'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='metacomment',
|
|
name='body',
|
|
field=models.TextField(verbose_name='E-Mail Address'),
|
|
),
|
|
]
|