Rename to drf-yasg

drf-swagger was already taken
This commit is contained in:
Cristi Vîjdea
2017-12-13 10:22:03 +01:00
parent 71b3fd2895
commit c66f7e8e01
65 changed files with 965 additions and 166 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ from rest_framework.response import Response
from articles import serializers
from articles.models import Article
from drf_swagger.inspectors import SwaggerAutoSchema
from drf_swagger.utils import swagger_auto_schema
from drf_yasg.inspectors import SwaggerAutoSchema
from drf_yasg.utils import swagger_auto_schema
class NoPagingAutoSchema(SwaggerAutoSchema):