All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 2m29s
19 lines
405 B
Python
19 lines
405 B
Python
# Generated by Django 6.0 on 2025-12-21 19:32
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('quiz', '0002_alter_question_correct_answer'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='question',
|
|
name='file_mtime',
|
|
field=models.FloatField(blank=True, null=True),
|
|
),
|
|
]
|