Request Method: | GET |
---|---|
Request URL: | http://pranayoga/viewforum.php/?f=7&sid=c13624984608ef8ad486f3b5406f51c5 |
Raised by: | pranayoga.views.flat_page.flat_page |
No FlatPage matches the given query.
You're seeing this error because you have DEBUG = True
in your Django settings file. Change that to False
, and Django will display a standard 404 page.