django.core.exceptions.ImproperlyConfigured: The included URLconf 'my.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
网上的一些方法试了不行, 原来是版本问题, 我的Python是3.5, django是2.2.3,
将django 版本换成2.2.1 就行了
本文介绍了解决Django 2.2.3版本中出现的The included URLconf 'my.urls' does not appear to have any patterns in it的问题,通过将Django版本从2.2.3降至2.2.1成功解决了该问题。

被折叠的 条评论
为什么被折叠?



