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.
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?