Return django-rest-swagger with internal server error

I create one API resource, and I decided to use django-rest-swagger for this, and I did all the steps as provided in django-rest-swagger

After I tried the URL http: // localhost: 8000 / docs / and I cannot open and view my APIs. A screenshot of the error is shown below. If anyone came across this before please help me.

Error jango rest swagger

+5
source share
1 answer

The error occurred due to old fields from the database that solved this issue.

+1
source

Source: https://habr.com/ru/post/1238152/


All Articles