|
|
функция в views.py
=========================================================
# -*- coding: utf-8 -*-
from django.shortcuts import render_to_response
def index(request):
return render_to_response('index.html',{'title':'ООО "Ахмад - строй"-Главная','content':'главная страница'})
=====================================================================
UnicodeDecodeError at /
'utf8' codec can't decode byte 0xe4 in position 2189: invalid continuation byte
|