concentricsky / django-tastypie-swagger

An adapter to use swagger-ui with django-tastypie.
Other
132 stars 144 forks source link

Weird redirect after updating to latest version #93

Open mpetyx opened 10 years ago

mpetyx commented 10 years ago

Hello, After updating to the latest version of the master branch, the swagger redirects to the default example petstore instead of my API. Any ideas..?

johnraz commented 10 years ago

Make sure your static files and browser cache is cleared maybe ?

mpetyx commented 10 years ago

I tried both, but it stills redirect on the petstore example. I am not sure why this seems to happen. With the previous version, (the one available from pip) it works just fine. The swagger json is created, but not presented by the index.html within tastypie-swagger.