Page not found (404)

Request Method: GET
Request URL: http://localhost:8858/International%2520Semantic%2520Web%2520Conference%2520(ISWC)

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

  1. [name='home']
  2. dashboard [name='home']
  3. search/ [name='search']
  4. about/ [name='about']
  5. statistics/ [name='statistics']
  6. legal_terms/ [name='legal_terms']
  7. privacy_policy/ [name='privacy_policy']
  8. accessibility/ [name='accessibility']
  9. search/<topic> [name='advancedSearch']
  10. <eclass>/<entity_name> [name='entity']
  11. admin/

The current path, International%20Semantic%20Web%20Conference%20(ISWC), 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.