mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2025-04-23 10:21:20 +08:00
Major overhaul to subject model and serializers
This commit is contained in:
parent
0eff07a1ae
commit
0fd790505e
26 changed files with 199 additions and 173 deletions
|
@ -1,4 +1,4 @@
|
|||
# Generated by Django 4.2.3 on 2023-07-26 03:53
|
||||
# Generated by Django 4.2.3 on 2023-07-26 12:06
|
||||
|
||||
import django.contrib.gis.db.models.fields
|
||||
from django.db import migrations, models
|
||||
|
@ -10,8 +10,8 @@ class Migration(migrations.Migration):
|
|||
initial = True
|
||||
|
||||
dependencies = [
|
||||
('student_status', '0001_initial'),
|
||||
('subjects', '0001_initial'),
|
||||
('student_status', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue