Page not found (404)

Request Method: GET
Request URL: http://www.helixsoft.nl/blog

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

  1. ^$ [name='home']
  2. ^updatecheck$ [name='updateCheck']
  3. ^game/(?P<gameid>\w+)/$ [name='game']
  4. ^game/(?P<gameid>\w+)/changelog$ [name='changelog']
  5. ^project/(?P<projectid>\w+)/$ [name='project']
  6. ^articles/circle/sincos.htm$ [name='article_circle']
  7. ^articles/sphere/sphere.html$ [name='article_sphere']
  8. ^project_page.php$ [name='game_compat']
  9. ^signup/ [name='signup']
  10. ^feeds/updates/
  11. ^feeds/educational/
  12. ^metrics/ [name='metrics']
  13. ^media\/(?P<path>.*)$

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