Page not found (404)

Request Method: GET
Request URL: https://www.poptavka-firem.cz/poptavky/popravka-na-plivove-drevo-cele-kmeny-popr-spalky

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

  1. admin/
  2. kategorie/ [name='root']
  3. kategorie/<slug:nazev_v_url>/ [name='hlavni-kategorie-url']
  4. kategorie/<slug:root>/<slug:main>/<slug:nazev_v_url>/ [name='root-kategorie-url']
  5. kategorie/<slug:main>/<slug:nazev_v_url>/ [name='kategorie-url']
  6. poptavka/<slug:pk> [name='poptavka-url']
  7. poptavky/ [name='poptavky-url']
  8. poptavky/pridat [name='poptavky-pridat']
  9. account/
  10. [name='home']
  11. <uuid:pk>/ [name='stranka-detail']
  12. <str:nazev_v_url>/ [name='stranka-detail-url']
  13. platby/
  14. tinymce/
  15. ^static/(?P<path>.*)$
  16. ^uploads/(?P<path>.*)$

The current path, poptavky/popravka-na-plivove-drevo-cele-kmeny-popr-spalky, 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.