Initial transition to move relationships from subject to schedules

This commit is contained in:
Keannu Christian Bernasol 2023-04-22 11:00:04 +08:00
parent 392bf195ae
commit 134df378c3
31 changed files with 334 additions and 22 deletions

View file

@ -0,0 +1,17 @@
# Generated by Django 4.2 on 2023-04-22 02:58
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('students', '0004_student_enrolled_subjects'),
]
operations = [
migrations.RemoveField(
model_name='student',
name='enrolled_subjects',
),
]