User profile

API Views

There is one view used for retrieving user profile and applying changes:

profile

rest_registration.api.views.profile(request, *args, **kwargs)

Default serializers

DefaultUserProfileSerializer

class rest_registration.api.serializers.DefaultUserProfileSerializer(*args, **kwargs)[source]

Default serializer used for user profile. It will use these:

to automagically generate the required serializer fields.

List of settings

These settings can be used to configure user profile view. You should add them as keys (with values) to your settings.REST_REGISTRATION dict.

‘PROFILE_SERIALIZER_CLASS’

  • Default: 'rest_registration.api.serializers.DefaultUserProfileSerializer'

No description available, please add it here!