This commit is contained in:
Ross
2021-07-06 20:02:35 +01:00
parent 65d202a649
commit e5a19130ba
6 changed files with 76 additions and 2 deletions
@@ -0,0 +1,18 @@
# Generated by Django 3.2.4 on 2021-07-06 19:02
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('longs', '0035_longseries_open_access'),
]
operations = [
migrations.AlterField(
model_name='exam',
name='exam_mode',
field=models.BooleanField(default=False, help_text='If an exam should be taken in exam mode (users results will be submited to the server for marking)'),
),
]