diff --git a/oxdb/backend/views.py b/oxdb/backend/views.py index 80ac99c..f878666 100644 --- a/oxdb/backend/views.py +++ b/oxdb/backend/views.py @@ -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'}}