-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2022 수강편람 변경사항 반영 #68
Comments
확실하지 않은것
|
세종사회봉사1
창업과기업가정신1
# 세사봉
ug_qs1 = UserGrade.objects.filter(subject_num = "8364")
for row in ug_qs1:
year = int(row.student_id[:2])
real_classification = ChangedClassification.objects.get(subject_num = "8364", year = year).classification
user_classification = row.classification[:2]
if user_classification != real_classification:
row.classification = user_classification + "→" + real_classification
print(row.classification)
row.save()
# 창기
ug_qs2 = UserGrade.objects.filter(subject_num = "9045")
for row in ug_qs2:
year = int(row.student_id[:2])
real_classification = ChangedClassification.objects.get(subject_num = "9045", year = year).classification
user_classification = row.classification[:2]
if user_classification != real_classification:
row.classification = user_classification + "→" + real_classification
print(row.classification)
row.save()
for row in TestTable.objects.all():
row.text = "hi"
row.save() |
hanjo8813
added a commit
that referenced
this issue
Feb 3, 2022
hanjo8813
added a commit
that referenced
this issue
Feb 11, 2022
hanjo8813
added a commit
that referenced
this issue
Feb 12, 2022
hanjo8813
added a commit
that referenced
this issue
Feb 13, 2022
hanjo8813
added a commit
that referenced
this issue
Feb 13, 2022
hanjo8813
added a commit
that referenced
this issue
Feb 14, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://board.sejong.ac.kr/boardview.do?bbsConfigFK=335&pkid=146645&siteGubun=19
이수구분명 변경
신규 이수구분
균필
)문화와예술
영역 제외교양필수
교필
)공필
)공필
이라 뜨고, 그 외 A에 해당하는 과목은교필
이라 뜸학문기초교양
기교
)기필
)기필
이라 뜨고, 그 외 A에 해당하는 과목은기교
라 뜸교양선택
교선1
) / 교양선택1영역(교선2
)교선
)교선
도 인정, B는 교선 해당없음지정해제
기교
과목 중전산개론-O
지정해제기교
과목 중경영수학
지정해제연계전공
The text was updated successfully, but these errors were encountered: