Merge migrations
This commit is contained in:
parent
9706d7a2f0
commit
f2a765ee3b
|
|
@ -0,0 +1,12 @@
|
|||
# Generated by Django 4.2.13 on 2024-08-05 05:31
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("course", "0009_alter_coursecompletion_completion_status"),
|
||||
("course", "0009_coursesessionuser_required_attendance_and_more"),
|
||||
]
|
||||
|
||||
operations = []
|
||||
Loading…
Reference in New Issue