зеркало из https://github.com/mozilla/normandy.git
edited imports to drf_yasg2
This commit is contained in:
Родитель
746f8d554e
Коммит
baa3953ef4
|
@ -1,7 +1,7 @@
|
|||
from django.conf.urls import url
|
||||
|
||||
from drf_yasg.views import get_schema_view
|
||||
from drf_yasg import openapi
|
||||
from drf_yasg2.views import get_schema_view
|
||||
from drf_yasg2 import openapi
|
||||
from rest_framework import permissions
|
||||
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ class Core(Configuration):
|
|||
"product_details",
|
||||
"rest_framework",
|
||||
"graphene_django",
|
||||
"drf_yasg",
|
||||
"drf_yasg2",
|
||||
"storages",
|
||||
"raven.contrib.django.raven_compat",
|
||||
"corsheaders",
|
||||
|
|
Загрузка…
Ссылка в новой задаче