Re: a question about flatpage

2007-08-25 Thread Hai Dong
Jake: Thanks for the help. I did not have flatpages/default.html. By creating that file, the problem was solved. Hai jake wrote: > hai - > > this error message is coming from your server, not django (though it > probably originates with django). so you might check the server logs > (yours are

Re: a question about flatpage

2007-08-25 Thread jake
hai - this error message is coming from your server, not django (though it probably originates with django). so you might check the server logs (yours are probably in /var/log/httpd/error_log). the first django-related issue i would check though: do you have a template file for your flatpages?

a question about flatpage

2007-08-25 Thread Hai Dong
Hello: I got a strange problem with flat page. I created a test flatpage called "/test2/". I know the flatpage middleware is working, since if I enter /test/ as my url I will get page not found (404) error. However, if I enter /test2/ I got the Internal server error. I have attached both errors b