Conference Schedule

Track one or two? Eeenie, meenie, miney, moe…

log in to bookmark.

Building APIs in Django with Tastypie

A Talk presented by Issac Kelly

Time

Wednesday, September 7th 2:20 p.m.–3 p.m.

Level

Intermediate

Description

Tastypie is one of a couple of frameworks for building APIs with Django. Issac will go over some of the reasons you might pick Tastypie, and how to implement a Tastypie on top of an existing Django project.

Abstract

Tastypie makes APIs. It is both straightforward, and powerful, once you know the basics of what it expects, and how it's structured.

This talk will introduce that, as well as share a few tricks for less simple APIs.