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 就行了