Page not found (404)

Request Method: GET
Request URL: http://www.csoorhimzes.hu/polo_kny_2.html

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

  1. [name='homepage']
  2. kapcsolat/ [name='contact']
  3. rolunk/ [name='rolunk']
  4. viszonteladoknak/ [name='viszonteladoknak']
  5. cegeknek/ [name='cegeknek']
  6. kategoria/<int:category_id>-<slug:category_slug> [name='kategoriak']
  7. termekek/<int:category_id>-<slug:category_slug> [name='product']
  8. summernote/
  9. kereses/ [name='kereses']
  10. blog/ [name='blog']
  11. blog/<int:blog_id> [name='oneBlog']
  12. <int:category_id>-<slug:category_slug>/<int:product_id>-<slug:product_slug> [name='oneProduct']
  13. ^media/(?P<path>.*)$
  14. csooradmin/
  15. ^media/(?P<path>.*)$
  16. ^static/(?P<path>.*)$

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