On Thu, Jul 30, 2009 at 8:40 AM, prabhu S <prabhu...@gmail.com> wrote:

>
> Hi All,
>
> I am not noticing a weird issue in django 1.1. When DEBUG is true in
> settings and if I try a non-existent url, django shows me a friendly
> 404 page. Now I create 404.html and 500.html and place this in
> templates directory. Then If I turn off debug and try a non-existent
> url, I expect to see my 404 html. Instead django shows me 500.html.
>
> Infact, even in development I see 500 error codes for missing css,
> images and js.
>
> Is anyone else noticing the same issue? Am I missing something?
>

I cannot recreate this.  Are you absolutely sure everything is set so that
your 404.html is being found by the server?

Karen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to