Overhauled the entire subjects app to be more simplified and to remove anomalies when filtering in queries

This commit is contained in:
Keannu Christian Bernasol 2023-07-26 12:14:19 +08:00
parent 4b82ffbbc2
commit 0eff07a1ae
25 changed files with 122 additions and 407 deletions

View file

@ -1,4 +1,4 @@
# Generated by Django 4.2.3 on 2023-07-18 07:43
# Generated by Django 4.2.3 on 2023-07-26 03:53
from django.conf import settings
import django.contrib.gis.db.models.fields
@ -11,8 +11,8 @@ class Migration(migrations.Migration):
initial = True
dependencies = [
('accounts', '0002_initial'),
('landmarks', '0001_initial'),
('accounts', '0002_initial'),
]
operations = [

View file

@ -1,4 +1,4 @@
# Generated by Django 4.2.3 on 2023-07-18 07:43
# Generated by Django 4.2.3 on 2023-07-26 03:53
from django.db import migrations, models
import django.db.models.deletion
@ -9,8 +9,8 @@ class Migration(migrations.Migration):
initial = True
dependencies = [
('study_groups', '0001_initial'),
('student_status', '0001_initial'),
('study_groups', '0001_initial'),
('subjects', '0001_initial'),
]