Utils to help building a REST API with django-rest-framework.
OVERVIEW
- Python (2.6, 2.7, 3.3)
- Django (1.5, 1.6)
- python-social-auth if using SocialAuthView
Install using pip
...
pip install django-rest-utils
EXAMPLE
That's it, we're done!
- Americanize spellings. Two attributes of
SocialAuthView
have changed.socal_seriliser
becamesocal_seriliser
anduser_seriliser
becameuser_serializer
. These are minor backward incompatible changes.
- Added LinkedinJSAPIOAuth
- Removed user serializer mixins.
- Added CreateModelMixin.
- Allow SocialAuthSerializer to swapped in SocialAuthView.
- Initial version.