Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
advisor
Commits
5dd5e630
Commit
5dd5e630
authored
Mar 02, 2014
by
Ben Waters
Browse files
kind forgot a class
parent
cebbe1b4
Changes
1
Show whitespace changes
Inline
Side-by-side
advisor/mainapp/serializers.py
View file @
5dd5e630
...
...
@@ -3,7 +3,8 @@ from mainapp.models import (Trajectory, Program, Major, Minor, GenEd, Concentrat
MetaCourse
,
Course
,
CourseGroup
,
Semester
,
BuildResponse
,
Requirement
)
class
RequirementSerializer
(
serializers
.
ModelSerializer
):
class
Meta
:
model
=
Requirement
class
TrajectorySerializer
(
serializers
.
ModelSerializer
):
class
Meta
:
model
=
Trajectory
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment