You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running in my linux machine (from the scratch) I had this error when accessing any data from the site:
File "/mnt/work/Workspace/Python/destelado/web/templates/deputado/list.html", line 76, in block "content"
<td class="name"><a href="/deputados/{{ deputado.id }}">{{ deputado.nome.decode('iso-8859-1') }}</a></td>
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 3: ordinal not in range(128)
I could run it erasing the decode() call, but I know some of you need this! Why!?
The text was updated successfully, but these errors were encountered:
Running in my linux machine (from the scratch) I had this error when accessing any data from the site:
I could run it erasing the decode() call, but I know some of you need this! Why!?
The text was updated successfully, but these errors were encountered: