18 lines
384 B
Python
18 lines
384 B
Python
# Generated by Django 4.0.8 on 2023-12-30 19:04
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('quiz', '0002_alter_choice_id_alter_progress_id_alter_question_id_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameModel(
|
|
old_name='Essay_Question',
|
|
new_name='EssayQuestion',
|
|
),
|
|
]
|