Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
grady
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Maximilian Michal
grady
Commits
a5acc134
There was a problem fetching the pipeline summary.
Commit
a5acc134
authored
7 years ago
by
Jan Maximilian Michal
Browse files
Options
Downloads
Patches
Plain Diff
Cleaning up some merge conflict leftovers
parent
1718c424
No related branches found
No related tags found
1 merge request
!15
Refactor
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
backend/core/serializers.py
+0
-2
0 additions, 2 deletions
backend/core/serializers.py
backend/core/urls.py
+0
-1
0 additions, 1 deletion
backend/core/urls.py
with
0 additions
and
3 deletions
backend/core/serializers.py
+
0
−
2
View file @
a5acc134
...
@@ -2,7 +2,6 @@ from rest_framework import serializers
...
@@ -2,7 +2,6 @@ from rest_framework import serializers
from
core.models
import
Student
,
Submission
,
Feedback
,
ExamType
from
core.models
import
Student
,
Submission
,
Feedback
,
ExamType
from
core.models
import
Feedback
,
Student
,
Submission
from
core.models
import
Feedback
,
Student
,
Submission
=======
from
rest_framework
import
serializers
from
rest_framework
import
serializers
from
core.models
import
Student
,
Submission
,
Feedback
,
ExamType
from
core.models
import
Student
,
Submission
,
Feedback
,
ExamType
...
@@ -11,7 +10,6 @@ class ExamSerializer(serializers.ModelSerializer):
...
@@ -11,7 +10,6 @@ class ExamSerializer(serializers.ModelSerializer):
class
Meta
:
class
Meta
:
model
=
ExamType
model
=
ExamType
fields
=
(
'
module_reference
'
,
'
total_score
'
,
'
pass_score
'
,
'
pass_only
'
,)
fields
=
(
'
module_reference
'
,
'
total_score
'
,
'
pass_score
'
,
'
pass_only
'
,)
>>>>>>>
First
step
towards
REST
+
Vue
Student
Page
class
FeedbackSerializer
(
serializers
.
ModelSerializer
):
class
FeedbackSerializer
(
serializers
.
ModelSerializer
):
...
...
This diff is collapsed.
Click to expand it.
backend/core/urls.py
+
0
−
1
View file @
a5acc134
...
@@ -13,4 +13,3 @@ urlpatterns = [
...
@@ -13,4 +13,3 @@ urlpatterns = [
]
]
urlpatterns
+=
staticfiles_urlpatterns
()
urlpatterns
+=
staticfiles_urlpatterns
()
urlpatterns
=
format_suffix_patterns
(
urlpatterns
,
allowed
=
[
'
json
'
,
'
html
'
])
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment