Skip to content
Snippets Groups Projects
Commit a9517512 authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

added id

parent 6e9a570d
No related branches found
No related tags found
1 merge request!2Dev
...@@ -134,11 +134,13 @@ class MonitoringSerializer(serializers.ModelSerializer): ...@@ -134,11 +134,13 @@ class MonitoringSerializer(serializers.ModelSerializer):
class Meta: class Meta:
model = models.Profile model = models.Profile
read_only_fields = ( read_only_fields = (
'id',
'full_name', 'full_name',
'email', 'email',
'bits', 'bits',
) )
fields = ( fields = (
'id',
'full_name', 'full_name',
'email', 'email',
'bits', 'bits',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment