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
@@ -3,8 +3,8 @@ from django.conf.urls import include
from rest_framework import permissions
import testproj.urls
from drf_swagger import openapi
from drf_swagger.views import get_schema_view
from drf_yasg import openapi
from drf_yasg.views import get_schema_view
view = get_schema_view(
openapi.Info('bla', 'ble'),