|
# Generated by Django 3.2.13 on 2023-07-11 09:08
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("course", "0006_auto_20230626_1724"),
|
|
("course", "0006_remove_coursesession_assignment_details_list"),
|
|
]
|
|
|
|
operations = []
|