mirror of
https://github.com/lemeow125/InfoTech-Backend.git
synced 2025-05-17 03:48:08 +08:00
Polished subjects app
This commit is contained in:
parent
8527870f90
commit
249e4e920e
3 changed files with 26 additions and 2 deletions
|
@ -0,0 +1,18 @@
|
|||
# Generated by Django 4.1.7 on 2023-03-21 13:49
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('subjects', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='subject',
|
||||
name='year_level',
|
||||
field=models.CharField(choices=[('IU-Y1', '1st Year'), ('IU-Y2', '2nd Year'), ('IU-Y3', '3rd Year'), ('IU-Y4', '4th Year')], max_length=20),
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue