Reputation: 63
I want to use django-rest-swagger to document my APIs, so I follow the official doc to setting in my django app. But it doesn't display properly like below:
I was using Nginx+supervisor+gunicorn to serve my django app. Is it possible that they cause it?
The proper page should be like below:
(source: django-rest-framework.org)
Upvotes: 1
Views: 3649
Reputation: 893
I assume that your static files is not configured. You can see this in firebug or chrome dev tools.
Upvotes: 2