Ошибка циклического импорта Django в представлениях - есть идеи?
Я пытаюсь следовать учебнику здесь: https://code.visualstudio.com/docs/python/tutorial-django.
После того, как я дошел до пункта 6 в вышеуказанном пункте, я получаю следующую ошибку:
Есть идеи?
raise ImproperlyConfigured(msg.format(name=self.urlconf_name)) from e
django.core.exceptions.ImproperlyConfigured: The included URLconf '<module 'hello.urls' from '/Users/Desktop/djangosite/hello/urls.py'>' does not appear to have any patterns in it. If you see the 'urlpatterns' variable with valid patterns in the file then the issue is probably caused by a circular import.