python - Drf docs is not running on my system -


drf docs not working. when try open on local server http://127.0.0.1:8000/docs/ redirected http://127.0.0.1:8000/changecity/?next/docs/

i cannot understand why. if please help.

i don't details, 2 includes 1 url not good,

try split it, example:

url(r'^docs/default/', include('rest_framework_docs.urls')), url(r'^docs/extra/', include('rest_framework_docs.urls')), 

hope you


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -