Page not found (404)

Request Method: GET
Request URL: https://smartia.me/tests%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0

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

  1. ^accounts/login/$
  2. ^test/(\d+)/$
  3. ^tests/$
  4. ^test/results/(\d+)/$
  5. ^article/([\w_-]+)/?$
  6. ^articles/$
  7. ^articles/([\w_-]+)/?$
  8. ^blog/(\d*)$
  9. ^blog/(.*)/$
  10. ^about/
  11. ^admin/pages/skill/115/
  12. ^searchresults/
  13. user/password/reset/
  14. user/password/reset/<uidb64>/<token>/ [name='password_reset_confirm']
  15. ^user/password/reset/done/$ [name='password_reset_done']
  16. ^user/password/reset/(?P<uidb36>[0-9A-Za-z]+)-(?P<token>.+)/$
  17. ^user/password/done/$
  18. admin/
  19. window/
  20. ^profession/(.*)/(.*)/?$ [name='profession_page']
  21. ^skill/(.*)/$ [name='skill_page']
  22. ^knol/(.*)/$ [name='knol_number']
  23. ^knols/$
  24. ^exercise/(.*)/$
  25. ^form/send/$
  26. ^professions/$
  27. ^out/(.*)/$
  28. ^skills/$ [name='skills']
  29. ^$
  30. ^debug/
  31. ^course/(.*)/$
  32. ^profile/?$ [name='profile']
  33. ^user/register/?$
  34. ^editprofile/?$
  35. ^profile/visibility/toggle/?$
  36. ^user/([0-9a-zA-Z_\-\.]+)/?$
  37. ^private/suggest/knol/?$
  38. ^private/add/skill/(\w+)/(\d+)/?$
  39. ^private/add/knol/(\w+)/(\d+)/?$
  40. ^private/add/prof/(\w+)/(\d+)/?(\d+)?$
  41. ^private/add/task/done/(\d+)/?$
  42. ^private/add/exercise/done/(\d+)/?$
  43. ^private/add/exercise/addone/(\d+)/?$
  44. ^private/add/exercise/undo/(\d+)/?$
  45. ^feedback/send/?$
  46. ^profreview/?$
  47. ^logout/
  48. ^adminfeed/
  49. ^unsubscribe/([^/]+)/([a-z0-9]+)/?
  50. identities/ [name='ulogin_identities_list']
  51. identities/<int:pk>/delete/ [name='ulogin_identities_delete']
  52. postback/ [name='ulogin_postback']
  53. ulogin_xd.html [name='ulogin_xd']
  54. ^media/(?P<path>.*)$

The current path, tests       , 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.