Paste #1
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | Traceback (most recent call last): File "/Users/tmatsuo/work/tmp/myproject/kay/lib/werkzeug/wsgi.py", line 366, in __call__ return app(environ, start_response) File "/Users/tmatsuo/work/kay/kay/app.py", line 363, in __call__ response = self.get_response(request) File "/Users/tmatsuo/work/kay/kay/app.py", line 324, in get_response return self.handle_uncaught_exception(request, exc_info) File "/Users/tmatsuo/work/kay/kay/app.py", line 294, in get_response response = view_func(request, **values) File "/Users/tmatsuo/tmp/hello/myapp/views.py", line 26, in index return rendr_to_response('myapp/index.html', {'message': _('Hello')}) NameError: global name 'rendr_to_response' is not defined |