Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Ryan Karyadiputera
ppl-berkah-back
Commits
bf926c95
Commit
bf926c95
authored
May 16, 2021
by
Ryan Karyadiputera
Browse files
test3
parent
2f5fd097
Pipeline
#76883
failed with stage
in 2 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
authentication/serializers.py
View file @
bf926c95
...
...
@@ -39,7 +39,7 @@ class ConfigSerializer(serializers.ModelSerializer):
class
UserSerializer
(
serializers
.
ModelSerializer
):
"""User serializer json field."""
full_name
=
serializers
.
CharField
(
source
=
'get_full_name
aa
'
)
full_name
=
serializers
.
CharField
(
source
=
'get_full_name'
)
class
Meta
:
model
=
User
...
...
@@ -122,7 +122,7 @@ class SupervisorLembagaRegistrationSerializer(serializers.ModelSerializer):
"""Serializer json field for registration."""
profile
=
LembagaProfileSerializer
(
required
=
False
)
full_name
=
serializers
.
CharField
(
source
=
'get_full_name
aa
'
)
full_name
=
serializers
.
CharField
(
source
=
'get_full_name'
)
class
Meta
:
model
=
User
...
...
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