Django url dispatcher page not found -


i trying define url pattern in django urls.py

 url(r'^networking$','mysite1.networking.views.networking'),  

when typing http://myhost.com/networking in address bar go networking page

i getting 404 error , slash '/' automatically added address bar like

http://myhost.com/networking/

help me out doing wrong?

you aren't including urlconf correctly. behavior you're seeing because of append_slash set true default when django can't resolve url.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -