1 | Traceback (most recent call last):
|
---|
2 |
|
---|
3 | File "C:\Python24\lib\site-packages\django\core\servers\basehttp.py", line 278, in run
|
---|
4 | self.result = application(self.environ, self.start_response)
|
---|
5 |
|
---|
6 | File "C:\Python24\lib\site-packages\django\core\servers\basehttp.py", line 620, in __call__
|
---|
7 | return self.application(environ, start_response)
|
---|
8 |
|
---|
9 | File "C:\Python24\lib\site-packages\django\core\handlers\wsgi.py", line 190, in __call__
|
---|
10 | response = self.get_response(request)
|
---|
11 |
|
---|
12 | File "C:\Python24\lib\site-packages\django\core\handlers\base.py", line 111, in get_response
|
---|
13 | return debug.technical_500_response(request, *sys.exc_info())
|
---|
14 |
|
---|
15 | File "C:\Python24\lib\site-packages\django\views\debug.py", line 141, in technical_500_response
|
---|
16 | return HttpResponseServerError(t.render(c), mimetype='text/html')
|
---|
17 |
|
---|
18 | File "C:\Python24\lib\site-packages\django\template\__init__.py", line 181, in render
|
---|
19 | return self.nodelist.render(context)
|
---|
20 |
|
---|
21 | File "C:\Python24\lib\site-packages\django\template\__init__.py", line 736, in render
|
---|
22 | bits.append(self.render_node(node, context))
|
---|
23 |
|
---|
24 | File "C:\Python24\lib\site-packages\django\template\__init__.py", line 764, in render_node
|
---|
25 | raise wrapped
|
---|
26 |
|
---|
27 | TemplateSyntaxError: Caught an exception while rendering: 'utf8' codec can't decode bytes in position 13-14: invalid data
|
---|
28 |
|
---|
29 | Original Traceback (most recent call last):
|
---|
30 | File "C:\Python24\lib\site-packages\django\template\__init__.py", line 754, in render_node
|
---|
31 | result = node.render(context)
|
---|
32 | File "C:\Python24\lib\site-packages\django\template\defaulttags.py", line 134, in render
|
---|
33 | nodelist.append(node.render(context))
|
---|
34 | File "C:\Python24\lib\site-packages\django\template\__init__.py", line 790, in render
|
---|
35 | return self.filter_expression.resolve(context)
|
---|
36 | File "C:\Python24\lib\site-packages\django\template\__init__.py", line 603, in resolve
|
---|
37 | obj = func(obj, *arg_vals)
|
---|
38 | File "C:\Python24\lib\site-packages\django\template\defaultfilters.py", line 25, in _dec
|
---|
39 | args[0] = force_unicode(args[0])
|
---|
40 | File "C:\Python24\lib\site-packages\django\utils\encoding.py", line 41, in force_unicode
|
---|
41 | s = unicode(s, encoding, errors)
|
---|
42 | UnicodeDecodeError: 'utf8' codec can't decode bytes in position 13-14: invalid data
|
---|
43 |
|
---|