19 lines
378 B
Python
19 lines
378 B
Python
# Generated by Django 2.2.24 on 2021-08-23 16:43
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("webapp", "0075_auto_20210114_2155"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameField(
|
|
model_name="templatequestion",
|
|
old_name="question",
|
|
new_name="questions",
|
|
),
|
|
]
|