Home > other >  Django error The included URLconf does not appear to have any patterns in it.
Django error The included URLconf does not appear to have any patterns in it.

Time:02-06

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 under caused by a circular import.
Engineering architecture:

Setting. Py configured in

The main program testDjango testDjango/urls. Py road by configuration:

Application testDjango/App/urls. Py road by configuration:

Views. The content of the py:

The executor error:
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 under caused by a circular import.
  • Related