| Request Method: | GET |
|---|---|
| Request URL: | http://commandline.org.uk/more/squat-for-the-win-2008-01-09-03-36 |
Using the URLconf defined in basic.urls,
Django tried these URL patterns, in this order:
The current URL, more/squat-for-the-win-2008-01-09-03-36, didn't match any of these.
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.