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

angular - DownloadURL return null in below code -

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -