Changed default value of Assignment's max points from 0 to 10

parent a176a8ce
# Generated by Django 4.0.3 on 2022-03-22 13:04
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('assignments', '0001_initial'),
]
operations = [
migrations.AlterField(
model_name='assignment',
name='max_points',
field=models.IntegerField(default=10),
),
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment