Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

django-rest-swagger returns with Internal Server Error

I am making one API resource and I thought to use django-rest-swagger for this and I have done all the steps as provided in the django-rest-swagger documentation

After I tried the url http://localhost:8000/docs/ and I am unable to open and view my APIs. The error screenshot is attached below. If anyone has encountered it before please help me out.

Django rest swagger error

like image 397
Chitrank Dixit Avatar asked Dec 14 '15 16:12

Chitrank Dixit


1 Answers

The error was due to old fields from the database which solved this question.

like image 70
Jonathan Avatar answered Oct 02 '22 22:10

Jonathan