General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Михаил Омельченко | Django School
comments
Comments by "" (@dmytrokovalov2199) on "Serializers и APIView django rest framework - урок 3 | Михаил Омельченко" video.
Если кто-то хочет кастомизировать поле юзера, то drf будет ругаться, что Object of type User is not JSON serializable. Нагуглил решение: author = serializers.CharField(source='author.user', read_only=True)
1