Worked out API's
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# Generated by Django 5.0.1 on 2024-06-10 03:42
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('university', '0002_rename_agreements_agreement_rename_sections_section'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='section',
|
||||
name='number_of_required_courses',
|
||||
field=models.IntegerField(default=1),
|
||||
preserve_default=False,
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user