Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Django Boston - 2011

Django Boston - 2011

A quick (but not so quick IRL) introduction to Haystack & Tastypie.

daniellindsley

February 01, 2012
Tweet

More Decks by daniellindsley

Other Decks in Technology

Transcript

  1. Hi.

  2. What’s Haystack? • Pluggable backends • Solr, Elasticsearch, Whoosh, Xapian

    • Advanced features • Faceting, More Like This, Spatial • Looks/feels like Django’s API
  3. What Is Tastypie? • A REST framework for Django •

    Extension by Design • Models (but not just Models) • Proper use of HTTP • Ideal for CRUD operations & beyond
  4. What’d You Get? • Full GET / POST / PUT

    / DELETE / PATCH • Serialized in JSON / XML / YAML / bplist • Authentication • Filtering • Discovery Views • And more!