shorts might now be functional?

This commit is contained in:
Ross
2025-04-28 12:15:31 +01:00
parent 405b17776f
commit 06e66ad52c
18 changed files with 901 additions and 234 deletions
@@ -0,0 +1,18 @@
# Generated by Django 5.1.4 on 2025-04-28 08:42
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('shorts', '0006_alter_useranswer_score'),
]
operations = [
migrations.AddField(
model_name='exam',
name='double_mark',
field=models.BooleanField(default=False, help_text='Defines if an exam is expected to be double marked'),
),
]