Page not found (404)

Request Method: GET
Request URL: http://support.huji.ac.il/SpanishNews/La-depresi-C3-B3n-ser-C3-ADa-ser-causada-por-anormalidades-en-el-sistema-inmunitario-del-cerebro-3B-esto-podr-C3-ADa-revolucionar-los-tratamientos-psiqui-C3-A1tricos-2C-de-acuerdo-a-investigadores-de-la-Universidad-Hebrea/

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

  1. ^(?i)acceleShow/
  2. ^atlas/
  3. ^ ^home/$
  4. ^ ^faq/$
  5. ^ ^features/(.*)$
  6. ^ ^upload/$
  7. ^ ^data/$
  8. ^ ^label/$
  9. ^ ^figure/$
  10. ^ ^annotate/$
  11. ^ ^getannotatedata/$
  12. ^ ^demo/$
  13. ^ ^$
  14. ^ ^static\/(?P<path>.*)$

The current URL, SpanishNews/La-depresi-C3-B3n-ser-C3-ADa-ser-causada-por-anormalidades-en-el-sistema-inmunitario-del-cerebro-3B-esto-podr-C3-ADa-revolucionar-los-tratamientos-psiqui-C3-A1tricos-2C-de-acuerdo-a-investigadores-de-la-Universidad-Hebrea/, 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.