mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2025-06-28 16:25:44 +08:00
Added records and record handling for Computer Science course
This commit is contained in:
parent
9515b25a7b
commit
ac7360cafa
2 changed files with 132 additions and 1 deletions
|
@ -68,7 +68,7 @@ def populate_subjects(sender, **kwargs):
|
|||
# Definitions of subjects to ignore
|
||||
ignored_subject_codes = ['NSTP', 'ROTC', 'CWTS', 'LTS']
|
||||
ignored_subject_names = [
|
||||
'PRACTICUM', 'On the Job Training', 'CAPSTONE', 'Capstone']
|
||||
'PRACTICUM', 'On the Job Training', 'CAPSTONE', 'Capstone', 'Thesis Writing']
|
||||
|
||||
# Skip ignored subjects
|
||||
if any(ignored_code in subject_code for ignored_code in ignored_subject_codes):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue