Page not found (404)

Request Method: GET
Request URL: http://windychi.com/tags.php?s=16712709bf2559895994cd310dce8db0&tag=pascal

Using the URLconf defined in testsite.urls, Django tried these URL patterns, in this order:

  1. ^pages/
  2. ^admin/
  3. ^i18n/
  4. ^inplaceeditform/
  5. ^ ^news/$ [name='news_list']
  6. ^ ^news/(?P<year>[0-9]{4})/(?P<month>[0-9]{1,2})/$ [name='news_by_month']
  7. ^ ^fix/(?P<year>[0-9]{4})/(?P<month>[0-9]{1,2})/$ [name='articles_by_month']
  8. ^ ^(?P<slug>[\w-]+)/$ [name='article_category_detail']
  9. ^ ^(?P<category>[\w-]+)/(?P<slug>[\w-]+)/$ [name='article_detail']
  10. ^$ [name='about']
  11. accounts/

The current path, tags.php, 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.