我用django生成的初始文件执行python manage.py runserver 都提示 utf-8 can't decode.请问这是设置问题吗
收起
在文件最上面添加 # -*- coding: utf-8 -*-
报告相同问题?