Paste #18
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | Traceback (most recent call last): File "/Users/tmatsuo/work/crowdbbs/kay/lib/werkzeug/wsgi.py", line 472, in __call__ return app(environ, start_response) File "/Users/tmatsuo/work/crowdbbs/kay/app.py", line 390, in __call__ response = self.get_response(request) File "/Users/tmatsuo/work/crowdbbs/kay/app.py", line 344, in get_response return self.handle_uncaught_exception(request, exc_info) File "/Users/tmatsuo/work/crowdbbs/kay/app.py", line 314, in get_response response = view_func(request, **values) File "/Users/tmatsuo/tmp/kay-article/myproject/myapp/views.py", line 29, in index comments = Comment.all().order('-create').fetch(100) File "/Users/tmatsuo/work/google_appengine_1.2.7/google/appengine/ext/db/__init__.py", line 1931, in order raise PropertyError('Invalid property name \'%s\'' % property) PropertyError: Invalid property name 'create' |