from rest_framework.decorators import api_view报错

来源:4-2 DRF中的装饰器api_view

qq_沉着_1

2021-12-16 11:22

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.


写回答 关注

1回答

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

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

Django REST framework前后端分离框架实践

教你快速构建一个课程管理系统

6655 学习 · 33 问题

查看课程

相似问题