一.第一种错误方式*

一开始以为没有注册
django.core.exceptions.ImproperlyConfigured: The included URLconf 'contents.urls'但是这里并没有错


第二种错误


后来有人说是不是文件夹写错了
django.core.exceptions.ImproperlyConfigured: The included URLconf 'contents.urls'
像这样是user少写个s
但是这里我也没有错

第三种错误

直到我去看contents.urls中的代码才发现问题
django.core.exceptions.ImproperlyConfigured: The included URLconf 'contents.urls'
原来这里代码写错了
正确的应该是这样
django.core.exceptions.ImproperlyConfigured: The included URLconf 'contents.urls'

相关文章: