Найти - Пользователи
Полная версия: Не пойму, откуда берется UnicodeDecodeError
Начало » Django » Не пойму, откуда берется UnicodeDecodeError
1 2
Elaphe
Слегка разная, но все же не 2 и 3.
На локале:
~$ python --version
Python 2.7.12
~$ python
Python 2.7.12 (default, Jul 1 2016, 15:12:24)
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import django
>>> django.VERSION
(1, 5, 4, 'final', 0)
>>>
На сервере:
~# python --version
Python 2.7.3~# python
Python 2.7.3 (default, Jun 22 2015, 19:33:41)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
i>>> import django
>>> django.VERSION
(1, 5, 4, 'final', 0)
FishHook
Сделайте так
   
from django.utils.encoding import force_text
title=u'Записи блога с тегом: %s' % force_text(tag.tag)
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB