|
|
|
@ -0,0 +1,17 @@ |
|
|
|
# Generated by Django 5.2.12 on 2026-07-04 14:39 |
|
|
|
|
|
|
|
from django.db import migrations |
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration): |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
('course', '0016_remove_course_professor_course_professors'), |
|
|
|
] |
|
|
|
|
|
|
|
operations = [ |
|
|
|
migrations.AlterModelOptions( |
|
|
|
name='coursecategory', |
|
|
|
options={'ordering': ('-id',)}, |
|
|
|
), |
|
|
|
] |