问答详情
源自:4-2 DRF中的装饰器api_view

from rest_framework.decorators import api_view报错

raise ImproperlyConfigured(msg.format(name=self.urlconf_name)) from e

django.core.exceptions.ImproperlyConfigured: The included URLconf 'drf_tutorial.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.


提问者:qq_沉着_1 2021-12-16 11:22

个回答

  • qq_沉着_1
    2021-12-16 11:23:35

    有遇到的吗?帮忙回答一下,谢谢!