Page not found (404)

Request Method: GET
Request URL: http://except.nl/en/news/%20http:/newsfeed.time.com/2013/02/13/it-is-official-julian-assange-will-run-for-office/

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

The current URL, en/news/ http:/newsfeed.time.com/2013/02/13/it-is-official-julian-assange-will-run-for-office/, 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.