Note: I\'m not trying to provide a RESTful api, I\'m trying to call one.
def index( request, *args, **kwargs ): context = {} context[\'some_json\'] =
Use the requests library. Here is some discussion on it and I did a talk on "Consuming Web APIs with Python" at PyOhio that you might find interesting or helpful