django 常见错误汇总

Posted duole

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了django 常见错误汇总相关的知识,希望对你有一定的参考价值。

 File "D:\\python\\django\\mysite\\mysite\\view.py", line 7
SyntaxError: (unicode error) utf-8 codec cant decode byte 0xa3 in position 0:
 invalid start byte
1、SyntaxError: (unicode error) ‘utf-8‘ codec can‘t decode byte 0xa3 in position 0:
 invalid start byte
可能原因:1、编辑器的编码格式有问题,比如notepad++,右下角可以看到编码格式
我的就是ANSI,但是python默认都是utf-8的,所以可以‘格式’-‘以utf-8格式编码’即可

2、
You have 14 unapplied migration(s). Your project may not work properly until you

apply the migrations for app(s): admin, auth, contenttypes, sessions.
Run ‘python manage.py migrate‘ to apply them.
January 28, 2018 - 11:51:04
Django version 2.0.1, using settings ‘mysite.settings‘
Starting development server at http://0.0.0.0:8001/
Quit the server with CTRL-BREAK.


技术分享图片

 好吧,运行python manage.py migrate 搞定

 










以上是关于django 常见错误汇总的主要内容,如果未能解决你的问题,请参考以下文章

Django常见出错解决方案汇总-乾颐堂

ASP.NET开发网站程序常见错误汇总

使用 Django 模板作为片段

73django之setting配置汇总

django.core.exceptions.ImproperlyConfigured: Requested setting DEFAULT_INDEX_TABLESPACE的解决办法(转)(代码片段

django.core.exceptions.ImproperlyConfigured: Requested setting DEFAULT_INDEX_TABLESPACE的解决办法(转)(代码片段