I want the describe in there:
but mine is in there:
This is my code:
@swagger_auto_schema(method='GET', manual_parameters=[project_param])
@api_view(['GET'])
def get_project_info(request):
"""
获取项目信息
"""
Version info:
Django==2.2.1
drf-yasg==1.16.1
