Skip to content

Commit

Permalink
Final Code ac-7 completed
Browse files Browse the repository at this point in the history
  • Loading branch information
harshabonu committed Apr 22, 2024
1 parent 3aed63b commit bef0b7a
Show file tree
Hide file tree
Showing 2 changed files with 275 additions and 49 deletions.
6 changes: 6 additions & 0 deletions FusionIIIT/applications/examination/api/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

url(r'^generate_transcript_form/' , views.generate_transcript_form , name = 'generate_transcript_form'),

# Here error
url(r'^generate_transcript/' , views.generate_transcript , name = 'generate_transcript'),

url(r'^getGrades/' , views.get_grade_for_course , name='get_grade_for_course'),
Expand All @@ -42,4 +43,9 @@

url(r'^submit_grades/$' , views.submit_grades , name='submit_grades/'),


# Delete this

url(r'^add_student_details/' , views.add_student_details , name='add_student_details/'),

]
Loading

0 comments on commit bef0b7a

Please sign in to comment.