Page not found (404)

Request Method: GET
Request URL: https://navigatorway.com/s/404.shtml

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

  1. admin/
  2. [name='home']
  3. mail_arh [name='arh']
  4. <slug:pageurl> [name='content']
  5. teh/<int:id_cel> [name='tehnik']
  6. cource/<int:id_cource> [name='tehnikcource']
  7. tehtarget/ [name='tehtarget']
  8. cources/ [name='cources']
  9. tehnik/<int:id_texnik>/ [name='tehnik_one']
  10. cardbasic/ [name='cardbasic']
  11. sitemap.xml
  12. robots.txt
  13. ^media/(?P<path>.*)$
  14. ^static/(?P<path>.*)$

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