Page not found (404)

Request Method: GET
Request URL: http://support.huji.ac.il/hu-people/

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, hu-people/, 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.