Commit f8a301b7 authored by Rafal's avatar Rafal

change for data

parent 9c29ace8
......@@ -12,7 +12,7 @@ class API(BaseAPI):
def default(self):
d = {}
d['data'] = self.GET(parameters=self.request.GET)
print d['data']
print d['data']['results']
print "xDD"
return json.dumps(d)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment