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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -