Re: Basic 404.html template issue

2009-09-07 Thread Peter Coles
In your example, when testing the 404 page, you wrote that you're no longer visiting a url under http://localhost:8000, but now you're visiting a url under http://fairware:8000 – was this an error in your post or were you actually checking the wrong server? The testserver will handle 404 pages pr

Re: Basic 404.html template issue

2009-09-06 Thread cootetom
Have you tried this through a proper server? You've stated that your project isn't running in DEBUG but the django development server is still just that and may be causing this issue. I'm not sure but can't see any harm in seeing if you get the same result if you run through apache to see if it wo