This commit is contained in:
j 2010-01-30 12:27:30 +05:30
parent 6f18e50b8b
commit 38bdb3b043
1 changed files with 1 additions and 0 deletions

View File

@ -458,6 +458,7 @@ def api_upload(request): #video, timeline, frame
'''
data = json.loads(request.POST['data'])
if data['item'] == 'timeline':
pass
#print "not implemented"
response = {'status': {'code': 501, 'text': 'not implemented'}}