From c7352d48a98035408e86f7abdc8085d8bd7e3599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20Gro=C3=9F?= Date: Thu, 1 Aug 2013 10:09:40 +0200 Subject: [PATCH] Add initial 3rd party docs data --- docs/topics/third-party-resources.md | 35 +++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/docs/topics/third-party-resources.md b/docs/topics/third-party-resources.md index 30d74d258..caf30b88b 100644 --- a/docs/topics/third-party-resources.md +++ b/docs/topics/third-party-resources.md @@ -1 +1,34 @@ -test \ No newline at end of file +# Third Party Resources + +## Libraries and Extensions + +### Authentication + +* [Digest Authentication](https://github.com/juanriaza/django-rest-framework-digestauth) +* [Django OAuth Toolkit](https://github.com/evonove/django-oauth-toolkit) +* [Django OAuth2 Consumer](https://github.com/Rediker-Software/doac) + +### Permissions + +* [DRF Any Permissions](https://github.com/kevin-brown/drf-any-permissions) - alternative permission handling + +### Renderer + +* [django-rest-framework-csv](https://github.com/mjumbewu/django-rest-framework-csv) + +### Misc + +* [Django REST Framework Proxy](https://github.com/eofs/django-rest-framework-proxy) +* [Django REST Framework Docs](https://github.com/marcgibbons/django-rest-framework-docs) +* [ember-data-django-rest-adapter](https://github.com/toranb/ember-data-django-rest-adapter) +* [Django REST Framework GIS](https://github.com/dmeehan/django-rest-framework-gis) (@dmeehan) +* [Django REST Framework GIS](https://github.com/mjumbewu/django-rest-framework-gis) (@mjumbewu) +* [Django REST Framework Msgpack](https://github.com/juanriaza/django-rest-framework-msgpack) +* [gaiarestframework](https://github.com/AppsFuel/gaiarestframework) - utils collection + +## Tutorials + +## Articles + +* [Web API performance: profiling Django REST framework](http://dabapps.com/blog/api-performance-profiling-django-rest-framework/) +* [API Development with Django and Django REST Framework](https://bnotions.com/api-development-with-django-and-django-rest-framework/)