Skip to content

Commit

Permalink
Add print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Etienne committed Jan 26, 2015
1 parent fb8de96 commit 16bea1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions user_management/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ class ResendConfirmationEmail(generics.GenericAPIView):
throttle_scope = 'confirmations'

def post(self, request, *args, **kwargs):
print(request.DATA)
serializer = self.serializer_class(data=request.DATA)

if not serializer.is_valid():
Expand Down

0 comments on commit 16bea1c

Please sign in to comment.