migrated assignment model

parent 9c62672e
# Generated by Django 4.0.3 on 2022-05-15 19:59
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('assignments', '0005_rename_course_code_course_code_and_more'),
]
operations = [
migrations.AddField(
model_name='assignment',
name='image',
field=models.ImageField(blank=True, null=True, upload_to='assignments/static/assignments/images'),
),
]
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