标题: django报错The included URLconf does not appear to have any patterns in it. [打印本页] 作者: bling123 时间: 2021-2-5 11:24 标题: django报错The included URLconf does not appear to have any patterns in it. django.core.exceptions.ImproperlyConfigured: The included URLconf 'testDjango.urls' does not appear to have any patterns in it. If you see valid patterns in the file then the issue is probably caused by a circular import.
工程架构:
[attach]132103[/attach]
执行程序报错:
django.core.exceptions.ImproperlyConfigured: The included URLconf 'testDjango.urls' does not appear to have any patterns in it. If you see valid patterns in the file then the issue is probably caused by a circular import. 作者: qqq911 时间: 2021-2-5 11:41
主程序testDjango/testDjango/urls.py中路由配置 ,用path,在加上namespace,试试。作者: bling123 时间: 2021-2-5 14:24