美文网首页
python常见错误or坑

python常见错误or坑

作者: FengZai8 | 来源:发表于2018-03-11 23:42 被阅读5次

locale.Error: unsupported locale setting
ubuntu系统:
export LC_ALL="en_US.UTF-8" export LC_CTYPE="en_US.UTF-8" sudo dpkg-reconfigure locales

django 设置DEBUG = False后用python manage.py runserver 运行加载不出静态文件?
加上参数 python manage.py runserver --insecure

相关文章

网友评论

      本文标题:python常见错误or坑

      本文链接:https://www.haomeiwen.com/subject/wmegfftx.html