Page not found (404)

Request Method: GET
Request URL: http://www.except.nl/nl/news/%20A%20leading%20French%20judge%20who%20specialises%20in%20anti-terror%20investigations%20says%20France%20has%20no%20choice%20but%20to%20take%20the%20fight%20to%20Islamists%20in%20Mali%20%E2%80%93%20or%20risk%20allowing%20the%20region%20to%20become%20a%20training%20ground%20for%20terrorists%20wanting%20to%20attack%20France%20itself.%20Denmark,%20Canada,%20Britain,%20and%20the%20African%20Union%20have%20also%20committed%20troops%20to%20aid%20in%20the%20Liberation%20effort.%20%20http:/www.france24.com/en/20130115-war-mali-terror-al-qaeda-france-judge-trevidic?ns_campaign=editorial&ns_source=twitter&ns_mchannel=reseaux_sociaux&ns_fee=&ns_linkname=20130115_war_mali_terror_al_qaeda_france&utm_source=dlvr.it&utm_medium=twitter

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/ A leading French judge who specialises in anti-terror investigations says France has no choice but to take the fight to Islamists in Mali – or risk allowing the region to become a training ground for terrorists wanting to attack France itself. Denmark, Canada, Britain, and the African Union have also committed troops to aid in the Liberation effort. http:/www.france24.com/en/20130115-war-mali-terror-al-qaeda-france-judge-trevidic, 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.