remove print
This commit is contained in:
parent
dc42c90e2d
commit
7827d617df
|
@ -96,7 +96,7 @@ def api_error(request):
|
||||||
|
|
||||||
def api_find(request):
|
def api_find(request):
|
||||||
data = json.loads(request.POST['data'])
|
data = json.loads(request.POST['data'])
|
||||||
print json.dumps(data)
|
# print json.dumps(data)
|
||||||
module = __import__(data['module'])
|
module = __import__(data['module'])
|
||||||
model = module.models.__getattribute__(data['model'])
|
model = module.models.__getattribute__(data['model'])
|
||||||
response = json_response({})
|
response = json_response({})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user