We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d6f8b commit 1bcf5f1Copy full SHA for 1bcf5f1
zeno/urls.py
@@ -3,6 +3,8 @@
3
from rest_framework import permissions
4
from drf_yasg.views import get_schema_view
5
from drf_yasg import openapi
6
+from django.conf import settings
7
+from django.conf.urls.static import static
8
9
schema_view = get_schema_view(
10
openapi.Info(
0 commit comments