I neeed to pass device id also with my user_data . I am unable to 
understand . below is my code

device_id = request.META.get('HTTP_DEVICEID', '')
user_data = request.data
serializer = UserSerializer(data=user_data)

-- 
You received this message because you are subscribed to the Google Groups 
"Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-rest-framework+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to