Skip to content
Snippets Groups Projects
Commit 38a78a15 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Fix Profile serializer

parent aad5dd77
No related branches found
No related tags found
No related merge requests found
......@@ -34,3 +34,9 @@ class ProfileSerializer(serializers.ModelSerializer):
"updated_at",
"updated_by",
)
read_only_fields = (
"created_at",
"created_by",
"updated_at",
"updated_by",
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment