The empty path didn‘t match any of these. You‘re seeing this error because you have DEBUG = True in

python3.8 django3.0.0

当你使用django和python出现下面的状况
The empty path didn‘t match any of these. You‘re seeing this error because you have DEBUG = True in
我的app的urls文件
The empty path didn‘t match any of these. You‘re seeing this error because you have DEBUG = True in
我的project中的urls文件的内容、

The empty path didn‘t match any of these. You‘re seeing this error because you have DEBUG = True in

解决的办法:
app中的urls更改为
The empty path didn‘t match any of these. You‘re seeing this error because you have DEBUG = True in
我的project中的urls文件的内容更改为
The empty path didn‘t match any of these. You‘re seeing this error because you have DEBUG = True in