Django REST Framework - So Easy You Can Learn it in 25 Minutes - DjangoCon 2014

This talk was given at DjangoCon 2014 in Portland, Oregon.

Django REST Framework can make creating a RESTFUL api quick and easy.

Join me as I go over:

  • What makes an API Restful
  • How Serializers can make representing your existing models in JSON a breeze
  • What the built in Views provide for you, and how to provide authentication for your API
  • How to route to your new Endpoints
  • Last but not least, how to Unit Test them

Slides

Video

Tweets


See also

comments powered by Disqus