django-rest-swagger icon indicating copy to clipboard operation
django-rest-swagger copied to clipboard

Swagger Documentation Generator for Django REST Framework: deprecated

Results 103 django-rest-swagger issues
Sort by recently updated
recently updated
newest added

I can't find how to add the Base Url in the swagger ![image](https://user-images.githubusercontent.com/15868287/28711075-ed77cfd4-73a3-11e7-8497-8f37609ec788.png) Its empty like this

The index.html file in the templates folder contains a load "staticfiles" import which I assume is for using the static tag. However, this returns an error since this isn't the...

`staticfiles` template tag was deprecated in Django 2.2 and is finally removed in Django 3.0 https://docs.djangoproject.com/en/dev/releases/3.0/#features-removed-in-3-0 Will submit PR in a few minutes.

Hello, i got this configuration on my urls.py ```python from django.urls import path, include from django.conf.urls import url from rest_framework import routers from .views import EnderecoViewSet from rest_framework_swagger.views import get_swagger_view...

Hello I am documenting my django rest api by using django-rest-swagger 2.2.0. and I can not find any way/documentation to describing required parameters etc.So if there is please help. Thanks

Bumps [django](https://github.com/django/django) from 2.1.3 to 2.2.13. Commits 8093aaa [2.2.x] Bumped version for 2.2.13 release. 07e59ca [2.2.x] Fixed CVE-2020-13254 -- Enforced cache key validation in memcached ba... 6d61860 [2.0.x] Fixed CVE-2020-13596...

dependencies
python

Although after authorization, APIs which required authentication were not shown with swagger-UIv3 So, I downgrade swagger to 2.1.0 and it worked with same settings, same APIs

I have some API's in my Django project and I have successfully installed Django Swagger for the API documentation but when I hit the swagger url, I am not able...

Hi. I am novice in django and swagger. I have problem with sending specific header using swagger ui. I know that it is possible using java, but i don't understand...

needs more information