Switch over to django-rest-framework from tastypie. Less black magic, seems to just work :)

This commit is contained in:
Michael DeHaan
2013-03-19 22:26:35 -04:00
parent b95f4e0e13
commit d6aea8edcb
14 changed files with 257 additions and 780 deletions

View File

@@ -1,3 +1,5 @@
# FIXME: as we've switched things over to django-rest-framework from tastypie, this will need some revision
import os
import requests
from requests.auth import HTTPBasicAuth