Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am harshadbhatia on github.
  • I am harshadbhatia (https://keybase.io/harshadbhatia) on keybase.
  • I have a public key whose fingerprint is 3738 53D2 C773 40B0 A50D 8643 3ADB 7B95 C566 719B

To claim this, I am signing this object:

from tastypie import fields
from tastypie.authentication import Authentication
from tastypie.authorization import Authorization
from tastypie.bundle import Bundle
from tastypie.exceptions import NotFound
from tastypie.resources import Resource
# a dummy class representing a row of data
class Row(object):