Page not found (404)

Request Method: GET
Request URL: http://except.nl/nl/news/Even%20as%20new%20numbers%20show%20the%20overall%20employment%20picture%20improving%E2%80%94or%20at%20least%20not%20getting%20worse%E2%80%94new%20college%20graduates%20may%20not%20be%20so%20lucky%20when%20it%20comes%20to%20finding%20work.

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

  1. ^i18n/
  2. ^grappelli/
  3. ^tinymcefiles/(?P<path>.*)$
  4. ^tinymce/
  5. ^admin/filebrowser/
  6. ^admin/r/(?P<content_type_id>\d+)/(?P<object_id>.+)/preview/$
  7. ^admin/
  8. ^sitemap\.xml$
  9. ^favicon\.ico$
  10. ^clearcache/$ [name='clearcache']
  11. ^nl/ ^noscript.html$ [name='noscript']
  12. ^nl/ ^mobile/$ [name='mobile_home']
  13. ^nl/ ^mobile/(?P<template>.*)$ [name='mobile']
  14. ^nl/ ^about/(?P<id>\d+)-+(?P<slug>.*)/preview/*$ [name='aboutitem_detail_prev']
  15. ^nl/ ^about/(?P<id>\d+)-+(?P<slug>.*)$ [name='aboutitem_detail']
  16. ^nl/ ^articles/(?P<id>\d+)-+(?P<slug>.*)/preview/*$ [name='article_detail_prev']
  17. ^nl/ ^articles/(?P<id>\d+)-+(?P<slug>.*)$ [name='article_detail']
  18. ^nl/ ^clients/(?P<id>\d+)-+(?P<slug>.*)/preview/*$ [name='client_detail_prev']
  19. ^nl/ ^clients/(?P<id>\d+)-+(?P<slug>.*)$ [name='client_detail']
  20. ^nl/ ^news/(?P<id>\d+)-+(?P<slug>.*)/preview/*$ [name='newsitem_detail_prev']
  21. ^nl/ ^news/(?P<id>\d+)-+(?P<slug>.*)$ [name='newsitem_detail']
  22. ^nl/ ^partners/(?P<id>\d+)-+(?P<slug>.*)/preview/*$ [name='partner_detail_prev']
  23. ^nl/ ^partners/(?P<id>\d+)-+(?P<slug>.*)$ [name='partner_detail']
  24. ^nl/ ^projects/(?P<id>\d+)-+(?P<slug>.*)/preview/*$ [name='project_detail_prev']
  25. ^nl/ ^projects/(?P<id>\d+)-+(?P<slug>.*)$ [name='project_detail']
  26. ^nl/ ^services/(?P<id>\d+)-+(?P<slug>.*)/preview/*$ [name='service_detail_prev']
  27. ^nl/ ^services/(?P<id>\d+)-+(?P<slug>.*)$ [name='service_detail']
  28. ^nl/ ^userprofiles/(?P<id>\d+)-+(?P<slug>.*)/preview/*$ [name='profile_detail_prev']
  29. ^nl/ ^userprofiles/(?P<id>\d+)-+(?P<slug>.*)$ [name='profile_detail']
  30. ^nl/ ^aboutpage/(?P<about>.+)$ [name='about']
  31. ^nl/ ^assetlist/view0-(?P<start>\d+)$ [name='assetlist_view0']
  32. ^nl/ ^assetlist/view2-(?P<start>\d+)$ [name='assetlist_view2']
  33. ^nl/ ^assetlist/view3-(?P<start>\d+)$ [name='assetlist_view3']
  34. ^nl/ ^comment_submit/$ [name='comment_submit']
  35. ^nl/ ^search/$ [name='search']
  36. ^nl/ ^RSS.xml$ [name='rss']
  37. ^nl/ ^json/allassets.json$ [name='allassetsjson']
  38. ^nl/ ^json/(?P<assettype>.*)_(?P<fromyear>.*)_(?P<toyear>.*).json$ [name='jsonviewfromto']
  39. ^nl/ ^json/(?P<assettype>.*).json$ [name='jsonview']
  40. ^nl/ ^json/jsonmap.html$ [name='jsonmap']
  41. ^nl/ ^about-nl.html$ [name='home']
  42. ^nl/ ^about.html$ [name='home']
  43. ^nl/ ^contact-nl.html$ [name='home']
  44. ^nl/ ^contact.html$ [name='home']
  45. ^nl/ ^index-en.html$ [name='home']
  46. ^nl/ ^index-nl.html$ [name='home']
  47. ^nl/ ^index.html$ [name='home']
  48. ^nl/ test/$ [name='home']
  49. ^nl/ TomsTestUrl/$ [name='TomsTestUrlName']
  50. ^nl/ ^$ [name='home']
  51. ^nl/ ^services/$ [name='services']
  52. ^nl/ ^projects/$ [name='projects']
  53. ^nl/ ^articles/$ [name='articles']
  54. ^nl/ ^resources/$ [name='resources']
  55. ^nl/ ^about/$ [name='about']
  56. ^nl/ ^about_environmental_policy/$ [name='about_env_pol']
  57. ^nl/ ^about_news/$ [name='about_news']
  58. ^nl/ ^about_people/$ [name='about_people']
  59. ^nl/ ^about_work_with_us/$ [name='about_work']
  60. ^nl/ ^about_contact/$ [name='about_contact']
  61. ^static\/(?P<path>.*)$
  62. ^static\/(?P<path>.*)$

The current URL, nl/news/Even as new numbers show the overall employment picture improving—or at least not getting worse—new college graduates may not be so lucky when it comes to finding work., 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.