Re: Can't use swagger in Django 4.0?

2022-03-06 Thread Emmanuel Lee
Self answer: After commenting out the urls in urls.py of the app in question, it worked normally. 2022년 3월 6일 일요일 오후 4시 41분 59초 UTC+9에 Emmanuel Lee님이 작성: > Thanks for answering my question. Below is my urls.py > -- > > from django.urls imp

Re: Can't use swagger in Django 4.0?

2022-03-05 Thread Emmanuel Lee
Thanks for answering my question. Below is my urls.py -- from django.urls import path, include, re_path from drf_yasg.views import get_schema_view from drf_yasg import openapi from django.conf import settings from rest_framework.permissi