Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ERROR 2014-03-05 18:46:47,633 gae_django.py:33] Exception in request:
- Traceback (most recent call last):
- File "/home/ashish/coolyashish-gsoc14/thirdparty/google_appengine/lib/django-1.5/django/core/handlers/base.py", line 115, in get_response
- response = callback(request, *callback_args, **callback_kwargs)
- File "/home/ashish/coolyashish-gsoc14/build/soc/views/base.py", line 482, in __call__
- return self._dispatch(data, check, mutator)
- File "/home/ashish/coolyashish-gsoc14/build/soc/views/base.py", line 436, in _dispatch
- return self.get(data, check, mutator)
- File "/home/ashish/coolyashish-gsoc14/build/soc/views/base.py", line 105, in get
- context = self.context(data, check, mutator)
- File "/home/ashish/coolyashish-gsoc14/build/soc/modules/gci/views/dashboard.py", line 194, in context
- context['dashboards'] = self.populateDashboards(data)
- File "/home/ashish/coolyashish-gsoc14/build/soc/modules/gci/views/dashboard.py", line 131, in populateDashboards
- main = MainDashboard(data)
- File "/home/ashish/coolyashish-gsoc14/build/soc/modules/gci/views/dashboard.py", line 62, in __init__
- self.subpages = dashboard_view._initMainDashboardSubpages(data)
- File "/home/ashish/coolyashish-gsoc14/build/soc/views/dashboard.py", line 118, in _initMainDashboardSubpages
- connection_dashboard = ConnectionsDashboard(data)
- File "/home/ashish/coolyashish-gsoc14/build/soc/views/dashboard.py", line 143, in __init__
- self.subpages = _initConnectionDashboardSubpages(data)
- File "/home/ashish/coolyashish-gsoc14/build/soc/views/dashboard.py", line 195, in _initConnectionDashboardSubpages
- in [org_key.get().status for org_key in data.ndb_profile.admin_for]):
- File "/home/ashish/coolyashish-gsoc14/thirdparty/google_appengine/google/appengine/ext/ndb/key.py", line 532, in get
- return self.get_async(**ctx_options).get_result()
- File "/home/ashish/coolyashish-gsoc14/thirdparty/google_appengine/google/appengine/ext/ndb/tasklets.py", line 325, in get_result
- self.check_success()
- File "/home/ashish/coolyashish-gsoc14/thirdparty/google_appengine/google/appengine/ext/ndb/tasklets.py", line 368, in _help_tasklet_along
- value = gen.throw(exc.__class__, exc, tb)
- File "/home/ashish/coolyashish-gsoc14/thirdparty/google_appengine/google/appengine/ext/ndb/context.py", line 682, in get
- entity = yield self._get_batcher.add_once(key, options)
- File "/home/ashish/coolyashish-gsoc14/thirdparty/google_appengine/google/appengine/ext/ndb/tasklets.py", line 368, in _help_tasklet_along
- value = gen.throw(exc.__class__, exc, tb)
- File "/home/ashish/coolyashish-gsoc14/thirdparty/google_appengine/google/appengine/ext/ndb/context.py", line 266, in _get_tasklet
- entities = yield self._conn.async_get(options, datastore_keys)
- File "/home/ashish/coolyashish-gsoc14/thirdparty/google_appengine/google/appengine/ext/ndb/tasklets.py", line 454, in _on_rpc_completion
- result = rpc.get_result()
- File "/home/ashish/coolyashish-gsoc14/thirdparty/google_appengine/google/appengine/api/apiproxy_stub_map.py", line 612, in get_result
- return self.__get_result_hook(self)
- File "/home/ashish/coolyashish-gsoc14/thirdparty/google_appengine/google/appengine/datastore/datastore_rpc.py", line 1512, in __get_hook
- result_dict)
- File "/home/ashish/coolyashish-gsoc14/thirdparty/google_appengine/google/appengine/datastore/datastore_rpc.py", line 1565, in __add_get_response_entities_to_dict
- entity = self.__adapter.pb_to_entity(entity_result.entity())
- File "/home/ashish/coolyashish-gsoc14/thirdparty/google_appengine/google/appengine/ext/ndb/model.py", line 563, in pb_to_entity
- kind)
- KindError: No model class found for kind 'GCIOrganization'. Did you forget to import it?
Advertisement
Add Comment
Please, Sign In to add comment