Django URL matching but displaying 'Page Not Found'

I'm getting a page not found error for a url I know is defined in urls.py - exact same code works on the qa server, but for some reason on the live server it gives a 404 error.

404 error returned

even though it says the url is matched!

I put debug=True temporarily on the live server to get the list of urls. Going a little crazy here, any ideas?

Вернуться на верх