Skip to content

Instantly share code, notes, and snippets.

@bobobo1618
Created November 27, 2013 23:20
Show Gist options
  • Save bobobo1618/7684771 to your computer and use it in GitHub Desktop.
Save bobobo1618/7684771 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/opt/ve/shipyard/local/lib/python2.7/site-packages/tastypie/resources.py", line 217, in wrapper
response = callback(request, *args, **kwargs)
File "/opt/ve/shipyard/local/lib/python2.7/site-packages/tastypie/resources.py", line 459, in dispatch_list
return self.dispatch('list', request, **kwargs)
File "/opt/ve/shipyard/local/lib/python2.7/site-packages/tastypie/resources.py", line 491, in dispatch
response = method(request, **kwargs)
File "/opt/ve/shipyard/local/lib/python2.7/site-packages/tastypie/resources.py", line 1357, in post_list
updated_bundle = self.obj_create(bundle, **self.remove_api_resource_names(kwargs))
File "./containers/api.py", line 147, in obj_create
container_id=utils.get_short_id(c_id))
File "/opt/ve/shipyard/local/lib/python2.7/site-packages/django/db/models/manager.py", line 151, in get
return self.get_queryset().get(*args, **kwargs)
File "/opt/ve/shipyard/local/lib/python2.7/site-packages/django/db/models/query.py", line 307, in get
self.model._meta.object_name)
DoesNotExist: Container matching query does not exist.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment